Skip to content
Commit 35a2e65b authored by Chris Lattner's avatar Chris Lattner
Browse files

fix PR8514, a bug where the "heroic" transformation of shift/and

into and/shift would cause nodes to move around and a dangling pointer
to happen.  The code tried to avoid this with a HandleSDNode, but 
got the details wrong.

llvm-svn: 123578
parent 5ded9df8
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