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
CodeGen
TwoAddressInstructionPass.cpp
Find file
Normal view
History
Permalink
TwoAddressInstructionPass.cpp
36.7 KiB
Newer
Older
A problem that's exposed when machine LICM is enabled. Consider this code:
Bill Wendling
committed
May 26, 2008
1001
1002
}
Fix indentation and wrap code at 80 cols
Misha Brukman
committed
Jul 22, 2004
1003
return
MadeChange
;
Add TwoAddressInstructionPass to handle instructions that have two or
Alkis Evlogimenos
committed
Dec 18, 2003
1004
}
Show full blame
Prev
1
2
Next