[Mlir-commits] [mlir] [mlir][Transforms] CSE: Add filter options to control CSE'ing (PR #115639)
River Riddle
llvmlistbot at llvm.org
Sun Nov 10 01:35:36 PST 2024
River707 wrote:
I don't think this is quite the right approach. The information needed here is near exactly the same situation as the materialization region logic in the folder interface. Adding options to the pass feels like trying to side load semantic information that should ideally be provided by the dialect (this is why we have interfaces).
https://github.com/llvm/llvm-project/pull/115639
More information about the Mlir-commits
mailing list