[all-commits] [llvm/llvm-project] d91f65: [TableGen] Filter duplicate predicates in PatternT...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue May 23 13:32:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d91f65ea36fa980d82b45392a0664ef60659067f
https://github.com/llvm/llvm-project/commit/d91f65ea36fa980d82b45392a0664ef60659067f
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M llvm/utils/TableGen/CodeGenDAGPatterns.cpp
Log Message:
-----------
[TableGen] Filter duplicate predicates in PatternToMatch::getPredicateRecords.
Recent changes to RISC-V cause the same predicate to appear in the
predicate list multiple times in some cases. This patch filters the
duplicates to reduce the number of predicate string variations.
More information about the All-commits
mailing list