[llvm] r185804 - [SystemZ] Remove unwanted part from last commit

Richard Sandiford rsandifo at linux.vnet.ibm.com
Mon Jul 8 02:55:36 PDT 2013


Author: rsandifo
Date: Mon Jul  8 04:55:36 2013
New Revision: 185804

URL: http://llvm.org/viewvc/llvm-project?rev=185804&view=rev
Log:
[SystemZ] Remove unwanted part from last commit

I was originally going to use MVC for memmove too, but that's less of
a clear win.  Remove some accidental left-overs in the previous commit.

Modified:
    llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp

Modified: llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp?rev=185804&r1=185803&r2=185804&view=diff
==============================================================================
--- llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp Mon Jul  8 04:55:36 2013
@@ -245,8 +245,6 @@ SystemZTargetLowering::SystemZTargetLowe
   // We want to use MVC in preference to even a single load/store pair.
   MaxStoresPerMemcpy = 0;
   MaxStoresPerMemcpyOptSize = 0;
-  MaxStoresPerMemmove = 0;
-  MaxStoresPerMemmoveOptSize = 0;
 }
 
 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {





More information about the llvm-commits mailing list