search for: 4692c22e

Displaying 2 results from an estimated 2 matches for "4692c22e".

2007 Apr 07
0
[LLVMdev] Register Alias Sets
...ctly, may be). However, I'm only a user of LLVM's target definitions. May be, someone'll give you more presice, correct and complete answer. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070407/4692c22e/attachment.html>
2007 Apr 06
5
[LLVMdev] Register Alias Sets
I notice that in X86GenRegisterInfo.inc, the AliasSets do not include the register being queried. For example: const unsigned RAX_AliasSet[] = { X86::EAX, X86::AX, X86::AL, X86::AH, 0 }; const unsigned EAX_AliasSet[] = { X86::RAX, X86::AX, X86::AL, X86::AH, 0 }; This makes it hard to do set comparisons. RAX and EAX really have equivalent alias sets but one wouldn't know that from