Skip to content
Commit 5652a8df authored by Evan Cheng's avatar Evan Cheng
Browse files

Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).

It cahced XOR's operands before calling visitXOR() but failed to update the
operands when visitXOR changed the XOR node.

rdar://12968664

llvm-svn: 171999
parent abf4cce4
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