search for: tconstpool

Displaying 2 results from an estimated 2 matches for "tconstpool".

Did you mean: constpool
2012 Feb 17
0
[LLVMdev] ARM/Thumb2/ISEL Need help tracing down a failing match: (HOW?)
...already implemented and working in ARM mode) is to turn all constant island entries into .rodata (i.e. skip constant island pass). In the thumb2 case, the expected match- ARMISD::Wrapper, which is supposed to morphed to a t2MOVi32imm never happens: I've placed all the expected patterns to match tconstpool and (hopefully) turned on the correct Requires flag in the ARMInstrThumb2.td in all the places where ARMWrapper tconstpool occurs. However, the expected match does not occur and I am at a loss to explain it. I suppose there are several things that could be broken: 1. There is a bug in the patt...
2011 Feb 12
0
[LLVMdev] Instruction info on X86 - X86Wrapper
In the X86 implementation, I noticed that tglobaladdr, tconstpool, ... are wrapped using node X86Wrapper. Do you have any idea of the goal of this wrapper ? Thanks ! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110211/766f942e/attachment.html>