search for: resultig

Displaying 1 result from an estimated 1 matches for "resultig".

Did you mean: resulting
2013 Mar 25
1
[LLVMdev] Backend port: Adding negative immediates
...p, DAG); case ISD::ConstantPool: return LowerConstantPool(Op,DAG); case ISD::ADD: return LowerADD(Op,DAG); default: llvm_unreachable("illegal custom lowering operation"); } } Unfortunately, this has absolutely no effect. The resultig ISel-DAG has still the adds with negative immediates. Maybe I'm doing it completely wrong. Could anyone give me some advice with that? Jan Tlatlik