[llvm] [TableGen] New tblgen Pattern bit to disable GISel pattern imports (PR #88382)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 19 10:30:17 PDT 2024
================
@@ -1979,6 +1979,7 @@ class Pattern<dag patternToMatch, list<dag> resultInstrs> {
list<dag> ResultInstrs = resultInstrs;
list<Predicate> Predicates = []; // See class Instruction in Target.td.
int AddedComplexity = 0; // See class Instruction in Target.td.
+ bit GISelShouldIgnore = 0;
----------------
jofrn wrote:
It is aligned around the '=', rather than shifting everyone over.
https://github.com/llvm/llvm-project/pull/88382
More information about the llvm-commits
mailing list