Remove FIXME - if there's a better way to do this it isn't here.
authorEric Christopher <echristo@apple.com>
Fri, 2 Apr 2010 04:32:37 +0000 (04:32 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 2 Apr 2010 04:32:37 +0000 (04:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100176 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 596ac2fd391ee8b5cc423e8321facd12c2b23d60..b24d5a1707a01b27be2411a6c70c154d6194513c 100644 (file)
@@ -794,9 +794,6 @@ X86TargetLowering::X86TargetLowering(X86TargetMachine &TM)
     }
 
     // Promote v16i8, v8i16, v4i32 load, select, and, or, xor to v2i64.
-    // FIXME: This produces lots of inefficiencies in isel since
-    // we then need notice that most of our operands have been implicitly
-    // converted to v2i64.
     for (unsigned i = (unsigned)MVT::v16i8; i != (unsigned)MVT::v2i64; i++) {
       MVT::SimpleValueType SVT = (MVT::SimpleValueType)i;
       EVT VT = SVT;