Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
Transforms
Scalar
InstructionCombining.cpp
Find file
Blame
History
Permalink
implement InstCombine/shift-simplify.ll by transforming:
· f05d69ae
Chris Lattner
authored
Nov 14, 2006
(X >> Z) op (Y >> Z) -> (X op Y) >> Z for all shifts and all ops={and/or/xor}. llvm-svn: 31729
f05d69ae
Loading