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

implement InstCombine/shift-simplify.ll by transforming:

(X >> Z) op (Y >> Z)  -> (X op Y) >> Z

for all shifts and all ops={and/or/xor}.

llvm-svn: 31729
parent c348c50c
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