[llvm] 2f1244c - [test][TableGen] Reenable pattern-parsing.td with reverse_iteration
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 24 03:22:35 PDT 2023
Author: pvanhout
Date: 2023-07-24T12:22:26+02:00
New Revision: 2f1244cfdaa2e90cf45f00d5e9aa337335c31001
URL: https://github.com/llvm/llvm-project/commit/2f1244cfdaa2e90cf45f00d5e9aa337335c31001
DIFF: https://github.com/llvm/llvm-project/commit/2f1244cfdaa2e90cf45f00d5e9aa337335c31001.diff
LOG: [test][TableGen] Reenable pattern-parsing.td with reverse_iteration
D155821 should have fixed this.
Added:
Modified:
llvm/test/TableGen/GlobalISelCombinerMatchTableEmitter/pattern-parsing.td
Removed:
################################################################################
diff --git a/llvm/test/TableGen/GlobalISelCombinerMatchTableEmitter/pattern-parsing.td b/llvm/test/TableGen/GlobalISelCombinerMatchTableEmitter/pattern-parsing.td
index 51786762ee7d88..15208e7f26d97e 100644
--- a/llvm/test/TableGen/GlobalISelCombinerMatchTableEmitter/pattern-parsing.td
+++ b/llvm/test/TableGen/GlobalISelCombinerMatchTableEmitter/pattern-parsing.td
@@ -1,4 +1,3 @@
-// UNSUPPORTED: reverse_iteration
// RUN: llvm-tblgen -I %p/../../../include -gen-global-isel-combiner-matchtable \
// RUN: -gicombiner-stop-after-parse -combiners=MyCombiner %s | \
// RUN: FileCheck %s
More information about the llvm-commits
mailing list