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
Enable two-address remat by default.
Evan Cheng
committed
Jun 25, 2008
1001
VReg
=
ReMatRegs
.
find_next
(
VReg
);
A problem that's exposed when machine LICM is enabled. Consider this code:
Bill Wendling
committed
May 26, 2008
1002
1003
}
Fix indentation and wrap code at 80 cols
Misha Brukman
committed
Jul 22, 2004
1004
return
MadeChange
;
Add TwoAddressInstructionPass to handle instructions that have two or
Alkis Evlogimenos
committed
Dec 18, 2003
1005
}
Show full blame
Prev
1
2
Next