[llvm-branch-commits] [llvm] 66cfbf1 - [PowerPC] Fix test for PR45297 to adapt build without asserts. NFC.

Tom Stellard via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Apr 22 15:00:23 PDT 2020


Author: Kai Luo
Date: 2020-04-22T14:54:22-07:00
New Revision: 66cfbf17a18513de5551d6cdda563a2864d13400

URL: https://github.com/llvm/llvm-project/commit/66cfbf17a18513de5551d6cdda563a2864d13400
DIFF: https://github.com/llvm/llvm-project/commit/66cfbf17a18513de5551d6cdda563a2864d13400.diff

LOG: [PowerPC] Fix test for PR45297 to adapt build without asserts. NFC.

(cherry picked from commit 26b46b67d806a5299a93b1b3bca1548cb47487ff)

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-branch-commits mailing list