[llvm] 26b46b6 - [PowerPC] Fix test for PR45297 to adapt build without asserts. NFC.
Kai Luo via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 26 22:38:47 PDT 2020
Author: Kai Luo
Date: 2020-03-27T05:28:34Z
New Revision: 26b46b67d806a5299a93b1b3bca1548cb47487ff
URL: https://github.com/llvm/llvm-project/commit/26b46b67d806a5299a93b1b3bca1548cb47487ff
DIFF: https://github.com/llvm/llvm-project/commit/26b46b67d806a5299a93b1b3bca1548cb47487ff.diff
LOG: [PowerPC] Fix test for PR45297 to adapt build without asserts. NFC.
Added:
Modified:
llvm/test/CodeGen/PowerPC/pr45297.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/PowerPC/pr45297.ll b/llvm/test/CodeGen/PowerPC/pr45297.ll
index 97d05efe0498..5bd5df543950 100644
--- a/llvm/test/CodeGen/PowerPC/pr45297.ll
+++ b/llvm/test/CodeGen/PowerPC/pr45297.ll
@@ -1,7 +1,7 @@
; RUN: not --crash llc -verify-machineinstrs \
; RUN: -mtriple=powerpc64le-unknown-linux-gnu -mattr=+altivec \
; RUN: -mattr=-power8-vector -mattr=-vsx < %s 2>&1 | FileCheck %s
-; CHECK: LLVM ERROR: Cannot select: t{{[0-9]+}}: ch = PPCISD::ST_VSR_SCAL_INT<(store 4 into @Global)>
+; CHECK: LLVM ERROR: Cannot select: {{.*}}: ch = PPCISD::ST_VSR_SCAL_INT<(store 4 into @Global)>
@Global = dso_local global i32 55, align 4
More information about the llvm-commits
mailing list