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
Teach instcombine to turn trunc(srl x, c) -> srl (trunc(x), c) when safe.
· d747f015
Chris Lattner
authored
Nov 29, 2006
This implements InstCombine/cast.ll:test34. It fires hundreds of times on 176.gcc. llvm-svn: 32009
d747f015
Loading