Displaying 2 results from an estimated 2 matches for "09a36415".
Did you mean:
09.361415
2013 Feb 14
0
[LLVMdev] changing opcode
...on.
>
Hey Reed,
The x86 target does something like this. Check out ReplaceableInstrs
inlib/Target/X86/X86InstrInfo.cpp.
Hope that helps,
Cameron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130213/09a36415/attachment.html>
2013 Feb 14
5
[LLVMdev] changing opcode
Is there a simple way to just change the opcode of a machine instruction.
I have a lot of long/short pairs where when I know the offset, i can
replace the long version with the short version.
Tia.
REed