Skip to content
GitLab
Explore
Sign in
llvm-bpevl
llvm
lib
Target
X86
InstSelectSimple.cpp
Find file
Blame
History
Permalink
Do not fold loads into instructions if it is used more than once. In particular
· 7887da36
Chris Lattner
authored
Jun 17, 2004
we do not want to fold the load in cases like this: X = load = add A, X = add B, X llvm-svn: 14204
7887da36
Loading