summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SPARC/fp128.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/SPARC/fp128.ll')
-rw-r--r--llvm/test/CodeGen/SPARC/fp128.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SPARC/fp128.ll b/llvm/test/CodeGen/SPARC/fp128.ll
index 883e4718790..1f5d2db661d 100644
--- a/llvm/test/CodeGen/SPARC/fp128.ll
+++ b/llvm/test/CodeGen/SPARC/fp128.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=sparc -mattr=hard-quad-float | FileCheck %s --check-prefix=CHECK --check-prefix=HARD --check-prefix=BE
; RUN: llc < %s -march=sparcel -mattr=hard-quad-float | FileCheck %s --check-prefix=CHECK --check-prefix=HARD --check-prefix=EL
-; RUN: llc < %s -march=sparc -mattr=-hard-quad-float | FileCheck %s --check-prefix=CHECK --check-prefix=SOFT --check-prefix=BE
+; RUN: llc < %s -march=sparc -mattr=-hard-quad-float -verify-machineinstrs | FileCheck %s --check-prefix=CHECK --check-prefix=SOFT --check-prefix=BE
; RUN: llc < %s -march=sparcel -mattr=-hard-quad-float | FileCheck %s --check-prefix=CHECK --check-prefix=SOFT --check-prefix=EL
; XFAIL: *
@@ -11,6 +11,7 @@
; - basic block: %bb.0 entry (0x63f4028)
; - instruction: CMPrr killed %21:intregs, 0, implicit-def $icc
; - operand 1: 0
+; NB: When this is fixed the verifier should not be run by default in the CL above.
; CHECK-LABEL: f128_ops:
; CHECK: ldd
OpenPOWER on IntegriCloud