[llvm] r231264 - Revert the test commit.
Wei Mi
wmi at google.com
Wed Mar 4 09:44:22 PST 2015
Author: wmi
Date: Wed Mar 4 11:44:22 2015
New Revision: 231264
URL: http://llvm.org/viewvc/llvm-project?rev=231264&view=rev
Log:
Revert the test commit.
Modified:
llvm/trunk/lib/CodeGen/TwoAddressInstructionPass.cpp
Modified: llvm/trunk/lib/CodeGen/TwoAddressInstructionPass.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/TwoAddressInstructionPass.cpp?rev=231264&r1=231263&r2=231264&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/TwoAddressInstructionPass.cpp (original)
+++ llvm/trunk/lib/CodeGen/TwoAddressInstructionPass.cpp Wed Mar 4 11:44:22 2015
@@ -630,7 +630,6 @@ isProfitableToCommute(unsigned regA, uns
// To more generally minimize register copies, ideally the logic of two addr
// instruction pass should be integrated with register allocation pass where
// interference graph is available.
-
if (isRevCopyChain(regC, regA, 3))
return true;
More information about the llvm-commits
mailing list