summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Yung <douglas.yung@sony.com>2020-01-09 17:16:52 -0800
committerDouglas Yung <douglas.yung@sony.com>2020-01-09 17:16:52 -0800
commit3727ca313783e23696caeae53c688409555ab0fc (patch)
tree8aecf989d34902eb0d581c0e17f00b5037db120c
parent35c3d101aee240f6c034f25ff6800fda22a89987 (diff)
downloadbcm5719-llvm-3727ca313783e23696caeae53c688409555ab0fc.tar.gz
bcm5719-llvm-3727ca313783e23696caeae53c688409555ab0fc.zip
Relax opcode checks in test for G_READCYCLECOUNTER to check for only a number instead of a specific number.
-rw-r--r--llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir b/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
index bd8c550e831..8ee9342e5c6 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
@@ -125,7 +125,7 @@
# DEBUG-NEXT: .. type index coverage check SKIPPED: user-defined predicate detected
# DEBUG-NEXT: .. imm index coverage check SKIPPED: user-defined predicate detected
-# DEBUG-NEXT: G_READCYCLECOUNTER (opcode 61): 1 type index, 0 imm indices
+# DEBUG-NEXT: G_READCYCLECOUNTER (opcode {{[0-9]+}}): 1 type index, 0 imm indices
# DEBUG-NEXT: .. type index coverage check SKIPPED: no rules defined
# DEBUG-NEXT: .. imm index coverage check SKIPPED: no rules defined
OpenPOWER on IntegriCloud