Skip to content
Commit 729d92bd authored by Torok Edwin's avatar Torok Edwin
Browse files

Fix PR4313: IPSCCP was not setting the lattice value for the invoke instruction

when the invoke had multiple return values: it set the lattice value only on the
extractvalue.
This caused the invoke's lattice value to remain the default (undefined), and
later propagated to extractvalue's operand, which incorrectly introduces
undefined behavior.

llvm-svn: 84637
parent 531e2840
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment