[all-commits] [llvm/llvm-project] 3d3782: [TableGen] Remove predicate filtering from Generat...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Apr 28 16:02:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d3782397a3f13970ead4b56cd404d0b20600497
https://github.com/llvm/llvm-project/commit/3d3782397a3f13970ead4b56cd404d0b20600497
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-04-28 (Wed, 28 Apr 2021)
Changed paths:
M llvm/utils/TableGen/CodeGenDAGPatterns.cpp
Log Message:
-----------
[TableGen] Remove predicate filtering from GenerateVariants.
After D100691, predicates should be cheap to compare again so
we don't need to filter anymore.
This is mostly just a revert of several patches going back to 2018.
Reviewed By: kparzysz
Differential Revision: https://reviews.llvm.org/D100695
More information about the All-commits
mailing list