Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "fe52617bcd8a28d480ab4b648abf2eed5d6bd628"
llvm-epi-0.8
llvm
lib
Transforms
Scalar
InstructionCombining.cpp
Find file
Blame
History
Permalink
Teach instcombine to promote stuff like (cast (malloc sbyte, 8*X) to int*)
· 0fe7551b
Chris Lattner
authored
Oct 27, 2005
into: malloc int, (2*X) llvm-svn: 24032
0fe7551b
Loading