summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp2
-rw-r--r--llvm/test/CodeGen/AMDGPU/GlobalISel/isel-blendi-gettargetconstant.ll14
2 files changed, 1 insertions, 15 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index dec3773e1dd..58af2b37e53 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -17608,7 +17608,7 @@ SDValue X86TargetLowering::LowerINSERT_VECTOR_ELT(SDValue Op,
// operand form.
N1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4f32, N1);
return DAG.getNode(X86ISD::BLENDI, dl, VT, N0, N1,
- DAG.getTargetConstant(1, dl, MVT::i8));
+ DAG.getConstant(1, dl, MVT::i8));
}
// Create this as a scalar to vector..
N1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4f32, N1);
diff --git a/llvm/test/CodeGen/AMDGPU/GlobalISel/isel-blendi-gettargetconstant.ll b/llvm/test/CodeGen/AMDGPU/GlobalISel/isel-blendi-gettargetconstant.ll
deleted file mode 100644
index 1e416b5441c..00000000000
--- a/llvm/test/CodeGen/AMDGPU/GlobalISel/isel-blendi-gettargetconstant.ll
+++ /dev/null
@@ -1,14 +0,0 @@
-; ModuleID = 'bugpoint-reduced-simplified.bc'
-target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-grtev4-linux-gnu"
-
-define dso_local void @csrot_(float* %0) local_unnamed_addr #0 align 32 {
-1:
- %2 = load float, float* %0, align 4
- %3 = fsub float -0.000000e+00, %2
- %4 = insertelement <2 x float> <float undef, float -0.000000e+00>, float %3, i32 0
- store <2 x float> %4, <2 x float>* undef, align 8
- ret void
-}
-
-attributes #0 = { "target-features"="+aes,+cx8,+fxsr,+mmx,+pclmul,+popcnt,+sse,+sse2,+sse3,+sse4.1,+sse4.2,+ssse3,+x87" }
OpenPOWER on IntegriCloud