summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>2019-12-03 11:19:16 +0100
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>2019-12-03 11:21:52 +0100
commit7b63e27cc0a940a67db84b8b8485dd8b81a2beeb (patch)
tree37b76738283230a5655db7a88b5e24789e31106e
parentf8c0cfc24eab0f23e3ebc65b10ee4276b1f15eeb (diff)
downloadbcm5719-llvm-7b63e27cc0a940a67db84b8b8485dd8b81a2beeb.tar.gz
bcm5719-llvm-7b63e27cc0a940a67db84b8b8485dd8b81a2beeb.zip
Temporarily run machine-verifier once in test/CodeGen/SPARC/fp128.ll, so that
it XFAIL:s also without expensive checks. See https://reviews.llvm.org/D63973
-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