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
Turn a phi of many loads into a phi of the address and a single load of the
· 14f82c7d
Chris Lattner
authored
Nov 01, 2006
result. This can significantly shrink code and exposes identities more aggressively. llvm-svn: 31344
14f82c7d
Loading