[PowerPC][AIX] Fix assertion message on AIX. NFC.
authorKai Luo <lkail@cn.ibm.com>
Fri, 24 Jun 2022 04:02:30 +0000 (12:02 +0800)
committerKai Luo <lkail@cn.ibm.com>
Fri, 24 Jun 2022 04:03:57 +0000 (12:03 +0800)
Fixes build https://lab.llvm.org/buildbot/#/builders/214/builds/1980.

llvm/test/CodeGen/PowerPC/cfence-double.ll
llvm/test/CodeGen/PowerPC/cfence-float.ll

index 4e3d055..dfff8ab 100644 (file)
@@ -4,7 +4,7 @@
 ; RUN: not --crash llc -opaque-pointers -mtriple=powerpc64-unknown-unknown \
 ; RUN:   < %s 2>&1 | FileCheck %s
 
-; CHECK: Assertion `VT.isInteger() && Operand.getValueType().isInteger() && "Invalid ANY_EXTEND!"' failed
+; CHECK: Assertion{{.*}}VT.isInteger() && Operand.getValueType().isInteger() && "Invalid ANY_EXTEND!"
 
 define double @foo(double* %dp) {
 entry:
index 7f949ff..b851125 100644 (file)
@@ -4,7 +4,7 @@
 ; RUN: not --crash llc -opaque-pointers -mtriple=powerpc64-unknown-unknown \
 ; RUN:   < %s 2>&1 | FileCheck %s
 
-; CHECK: Assertion `VT.isInteger() && Operand.getValueType().isInteger() && "Invalid ANY_EXTEND!"' failed
+; CHECK: Assertion{{.*}}VT.isInteger() && Operand.getValueType().isInteger() && "Invalid ANY_EXTEND!"
 
 define float @bar(float* %fp) {
 entry: