Skip to content
Commit b59008c6 authored by Nick Lewycky's avatar Nick Lewycky
Browse files

Make use of the exact bit when optimizing '(X >>exact 3) << 1' to eliminate the

'and' that would zero out the trailing bits, and to produce an exact shift
ourselves.

llvm-svn: 147391
parent 1c65a21e
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