From 0d57392ef3962e4e7cf909da33fb438560788d2c Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 21 Sep 2016 04:43:11 +0000 Subject: [PATCH] llvm/test/CodeGen/NVPTX/zero-cs.ll: Relax an expression to match in -Asserts. LLVM ERROR: Cannot select: 0x3607bf0: i32 = ExternalSymbol'__powidf2' llvm-svn: 282053 --- llvm/test/CodeGen/NVPTX/zero-cs.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/NVPTX/zero-cs.ll b/llvm/test/CodeGen/NVPTX/zero-cs.ll index f9c8472..7a7a990 100644 --- a/llvm/test/CodeGen/NVPTX/zero-cs.ll +++ b/llvm/test/CodeGen/NVPTX/zero-cs.ll @@ -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 -- 2.7.4