Skip to content
Commit 799b5bfc authored by Reid Spencer's avatar Reid Spencer
Browse files

Fix and/or/xor (cast A), (cast B) --> cast (and/or/xor A, B)

The cast patch introduced the possibility that the wrong cast opcode
could be used and that this transform could trigger on different kinds
of cast operations. This patch rectifies that.

llvm-svn: 32538
parent 20f7a2a0
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