Displaying 1 result from an estimated 1 matches for "d23089".
Did you mean:
23089
2016 Aug 01
3
testing a back-end pre-emit pass
Hi,
Does anyone have any direction for me on testing a back-end pre-emit pass independently of other passes? The pass I'm looking at is a MachineFunctionPass, so the code is already using target-specific instructions.
What I'm really looking to do is to see that the pass is correctly converting certain target-specific instructions sequences into other sequences, but I'm unsure how I