Displaying 1 result from an estimated 1 matches for "37f4df81".
2015 Apr 28
2
[LLVMdev] Lowering intrinsic that return an int1
> I think pseudo-instructions should also define isPseudo = 1
Ah yes, thank you.
> I expect that before your custom inserter, the value produced by your pseudo instruction was in a vreg. You just have to reuse this vreg to put the result of your "stuff".
> If you run llc with --print-before-all, you should be able to see the actual sequence.
That's exactly my problem.