Displaying 2 results from an estimated 2 matches for "89ab5a09".
2016 Oct 17
4
LLVM backend -- Avoid base+index address mode for X86
Hi All,
I have a question regarding LLVM backend. I appreciate a lot if anyone can
provide some hints.
My work here is to avoid base+index address mode for X86 target, to allow
base-register only or index-register only address mode. For example,
"mov (%rsi), %rbx" is allowed, but "mov (%rsi, %rax), %rbx" is not allowed.
I understand LLVM backend is a complex system. Can any
2016 Oct 17
2
LLVM backend -- Avoid base+index address mode for X86
...LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161017/89ab5a09/attachment.html>