From: Kai Luo Date: Fri, 24 Jun 2022 04:02:30 +0000 (+0800) Subject: [PowerPC][AIX] Fix assertion message on AIX. NFC. X-Git-Tag: upstream/15.0.7~3720 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=106657df4cb36b325056efc57c91340d3d85236d;p=platform%2Fupstream%2Fllvm.git [PowerPC][AIX] Fix assertion message on AIX. NFC. Fixes build https://lab.llvm.org/buildbot/#/builders/214/builds/1980. --- diff --git a/llvm/test/CodeGen/PowerPC/cfence-double.ll b/llvm/test/CodeGen/PowerPC/cfence-double.ll index 4e3d055..dfff8ab 100644 --- a/llvm/test/CodeGen/PowerPC/cfence-double.ll +++ b/llvm/test/CodeGen/PowerPC/cfence-double.ll @@ -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: diff --git a/llvm/test/CodeGen/PowerPC/cfence-float.ll b/llvm/test/CodeGen/PowerPC/cfence-float.ll index 7f949ff..b851125 100644 --- a/llvm/test/CodeGen/PowerPC/cfence-float.ll +++ b/llvm/test/CodeGen/PowerPC/cfence-float.ll @@ -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: