Place load after OpPhi instructions in block. (#2246)
We currently place the load instructions at the start of the basic block that dominates all of the loads. If that basic block contains OpPhi instructions, then this will generate invalid code. We just need to search for a location that comes after all of the OpPhi instructions. Fixes #2204.
Loading
Please register or sign in to comment