[llvm] [TableGen] New tblgen Pattern bit to disable GISel pattern imports (PR #88382)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 19 09:53:57 PDT 2024
================
@@ -1,4 +1,5 @@
// RUN: llvm-tblgen -gen-global-isel -I %p/../../include -I %p/Common %s -o - | FileCheck %s
+// RUN: llvm-tblgen -gen-global-isel -I %p/../../include -I %p/Common %s -o - -DIGNORE | FileCheck %s --check-prefix=CHECK0
----------------
arsenm wrote:
Should add -warn-on-skipped-patterns and make sure no warning is produced in stderr
https://github.com/llvm/llvm-project/pull/88382
More information about the llvm-commits
mailing list