Displaying 2 results from an estimated 2 matches for "65fd2b4a".
2012 Jul 20
0
[LLVMdev] Help with Instruction Expansion on Mips
...___
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120720/65fd2b4a/attachment.html>
2012 Jul 20
2
[LLVMdev] Help with Instruction Expansion on Mips
Hi everyone,
I am a newbie to LLVM. I am trying to ban some of instructions in Mips
Instruction, for example, lh, lhu, sh, and etc.
I have tried to directly comment lh, lhu, and sh to make llvm not to choose
these instruction when compiling, however, it usually cause a 'can not
select ...' error when using 'short' data type in source code.
Then I tried to expand these instructions