[PATCH] D99778: [Hexagon, test] Fix use of undef FileCheck var
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 2 10:47:53 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG262f4872aea2: [Hexagon, test] Fix use of undef FileCheck var (authored by thopre).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99778/new/
https://reviews.llvm.org/D99778
Files:
llvm/test/CodeGen/Hexagon/hwloop3.ll
Index: llvm/test/CodeGen/Hexagon/hwloop3.ll
===================================================================
--- llvm/test/CodeGen/Hexagon/hwloop3.ll
+++ llvm/test/CodeGen/Hexagon/hwloop3.ll
@@ -3,8 +3,7 @@
; Remove the unconditional jump to following instruction.
; CHECK: endloop0
-; CHECK-NOT: jump [[L1:.]]
-; CHECK-NOT: [[L1]]
+; CHECK-NOT: jump [[L1:.]]{{.*[[:space:]]+}}[[L1]]
define void @test(i32* nocapture %a, i32 %n) nounwind {
entry:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99778.334989.patch
Type: text/x-patch
Size: 458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210402/4a320258/attachment.bin>
More information about the llvm-commits
mailing list