[llvm-commits] [llvm] r112999 - /llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Daniel Dunbar daniel at zuster.org
Fri Sep 3 12:38:08 PDT 2010


Author: ddunbar
Date: Fri Sep  3 14:38:08 2010
New Revision: 112999

URL: http://llvm.org/viewvc/llvm-project?rev=112999&view=rev
Log:
Revert r112938 "Fix comment", which depends on r112934, which introduced some
infinite loop and select failures.

Modified:
    llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=112999&r1=112998&r2=112999&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Fri Sep  3 14:38:08 2010
@@ -9787,9 +9787,9 @@
   return EltsFromConsecutiveLoads(VT, Elts, dl, DAG);
 }
 
-/// PerformEXTRACT_VECTOR_ELTCombine - Detect vector gather/scatter index
-/// generation and convert it from being a bunch of shuffles and extracts
-/// to a simple store and scalar loads to extract the elements.
+/// PerformShuffleCombine - Detect vector gather/scatter index generation
+/// and convert it from being a bunch of shuffles and extracts to a simple
+/// store and scalar loads to extract the elements.
 static SDValue PerformEXTRACT_VECTOR_ELTCombine(SDNode *N, SelectionDAG &DAG,
                                                 const TargetLowering &TLI) {
   SDValue InputVector = N->getOperand(0);





More information about the llvm-commits mailing list