search for: 57b4f060

Displaying 1 result from an estimated 1 matches for "57b4f060".

2008 Sep 30
1
[LLVMdev] PHI node generation
I am running into an issue where phi nodes are generating move instructions that are outside of the location where I want them to be generated. The default generation method seems to be to put the move instruction at the end of the preceding basic block related to that specific phi node, but I need it to place the move before some pseudo instructions that must be at the end of certain flow control