llvm-project/mlir/tools
Jacques Pienaar 4c0faef943 Avoid redundant predicate checking in type matching.
Expand type matcher template generator to consider a set of predicates that are known to
hold. This avoids inserting redundant checking for trivially true predicates
(for example predicate that hold according to the op definition). This only targets predicates that trivially holds and does not attempt any logic equivalence proof.

PiperOrigin-RevId: 228880468
2019-03-29 15:09:25 -07:00
..
mlir-opt Extract openInputFile() into Support/FileUtilities 2019-03-29 15:09:11 -07:00
mlir-tblgen Avoid redundant predicate checking in type matching. 2019-03-29 15:09:25 -07:00
mlir-translate Extract openInputFile() into Support/FileUtilities 2019-03-29 15:09:11 -07:00