search for: tp49698p50817

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

2012 Nov 06
0
[LLVMdev] Compiling for several operand memories
...y should only match when accessing data structres whose address space attribute is set to 1. Can I use the predicate field in the instruction class to achieve this? If so, how :/ ? -Magnus -- View this message in context: http://llvm.1065342.n5.nabble.com/Compiling-for-several-operand-memories-tp49698p50817.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2012 Oct 05
2
[LLVMdev] Compiling for several operand memories
Hello, My target has two data memories, each with its own load/store instructions but also has some instructions using both memories. I want to be able to access both memories in C-programs through the address space attribute. I have two ideas so far: Either: use two sets of addressing modes in InstrInfo.td: def ADDRrr_A : ComplexPattern<i16, 2, “SelectADDRrr_A", [], []>; def ADDRri :