Skip to content
Unverified Commit 9e81c337 authored by Steven Perron's avatar Steven Perron Committed by GitHub
Browse files

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.
parent 71aa48f9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment