]> granicus.if.org Git - llvm/commitdiff
llvm/test/CodeGen/NVPTX/zero-cs.ll: Relax an expression to match in -Asserts.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 21 Sep 2016 04:43:11 +0000 (04:43 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 21 Sep 2016 04:43:11 +0000 (04:43 +0000)
  LLVM ERROR: Cannot select: 0x3607bf0: i32 = ExternalSymbol'__powidf2'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282053 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/NVPTX/zero-cs.ll

index f9c8472d4fdf6e1cb3b1e9b711e46d8b1c5173ee..7a7a99030d48fc6b65559ae557d1c7e2ab380bc0 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: not llc < %s -march=nvptx 2>&1 | FileCheck %s
 ; used to seqfault and now fails with a "Cannot select"
 
-; CHECK: LLVM ERROR: Cannot select: t7: i32 = ExternalSymbol'__powidf2'
+; CHECK: LLVM ERROR: Cannot select: {{t7|0x[0-9a-f]+}}: i32 = ExternalSymbol'__powidf2'
 define double @powi() {
   %1 = call double @llvm.powi.f64(double 1.000000e+00, i32 undef)
   ret double %1