Skip to content
Commit 97614c86 authored by Chris Lattner's avatar Chris Lattner
Browse files

Split rotate matching code out to its own function. Make it stronger, by

matching things like ((x >> c1) & c2) | ((x << c3) & c4) to (rot x, c5) & c6

llvm-svn: 30376
parent 73441cd0
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