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

SSA-rewriter: make sure phi entries are unique. (#2206)

If there are multiple edges to a basic block, then the ssa rewriter will
create OpPhi instructions with duplicate entries.  This is invalid, and
it is fixed in this commit.

Fixes #2202.
parent e0292c26
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