We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40633cc commit 66cfbf1Copy full SHA for 66cfbf1
llvm/test/CodeGen/PowerPC/pr45297.ll
@@ -1,7 +1,7 @@
1
; RUN: not --crash llc -verify-machineinstrs \
2
; RUN: -mtriple=powerpc64le-unknown-linux-gnu -mattr=+altivec \
3
; RUN: -mattr=-power8-vector -mattr=-vsx < %s 2>&1 | FileCheck %s
4
-; 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)>
5
6
@Global = dso_local global i32 55, align 4
7
0 commit comments