Files
clang-p2996/mlir/lib/Transforms/Canonicalizer.cpp
Mehdi Amini cd7af14cbc Fix canonicalizer to copy the entire GreedyRewriteConfig instead of selected fields
It is surprising for the user that only some fields were honored.

Also make the FrozenRewritePatternSet a shared_ptr<const T>.

Fixes #64543

Differential Revision: https://reviews.llvm.org/D157469
2023-08-22 20:38:15 -07:00

3.3 KiB