[PATCH] D99776: [MIPS, test] Fix use of undef FileCheck var
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 1 16:59:52 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5379f1c95ca2: [MIPS, test] Fix use of undef FileCheck var (authored by thopre).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99776/new/
https://reviews.llvm.org/D99776
Files:
llvm/test/CodeGen/Mips/sr1.ll
Index: llvm/test/CodeGen/Mips/sr1.ll
===================================================================
--- llvm/test/CodeGen/Mips/sr1.ll
+++ llvm/test/CodeGen/Mips/sr1.ll
@@ -47,8 +47,8 @@
; CHECK: restore $16, $17, $ra, $18, [[FS]]
; CHECK: .end foo3
; NEG: .ent foo3
-; NEG-NOT: save $16, $17, $ra, $18, [[FS:[0-9]+]] # 16 bit inst
-; NEG-NOT: restore $16, $17, $ra, $18, [[FS]] # 16 bit inst
+; NEG-NOT: save $16, $17, $ra, $18, {{[0-9]+}} # 16 bit inst
+; NEG-NOT: restore $16, $17, $ra, $18, {{[0-9]+}} # 16 bit inst
; NEG: .end foo3
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99776.334862.patch
Type: text/x-patch
Size: 558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210401/e8b611e0/attachment.bin>
More information about the llvm-commits
mailing list