[llvm] [TableGen][GlobalISel] Reorder atomic predicate to preserve the order (PR #121806)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 6 15:11:31 PST 2025
================
@@ -0,0 +1,55 @@
+// RUN: llvm-tblgen -gen-global-isel -optimize-match-table=false -I %p/../../../include -I %p/../Common %s | FileCheck %s
+
+include "llvm/Target/Target.td"
+include "GlobalISelEmitterCommon.td"
+
+// Check that IPM_GenericPredicate doesn't influence the final order of patterns.
----------------
s-barannikov wrote:
Worth testing with `-optimize-match-table=true`?
https://github.com/llvm/llvm-project/pull/121806
More information about the llvm-commits
mailing list