[Mlir-commits] [mlir] [mlir][Transforms] GreedyPatternRewriteDriver: verify IR after pattern application (PR #74270)
Ivan Butygin
llvmlistbot at llvm.org
Tue Dec 5 20:47:45 PST 2023
Hardcode84 wrote:
I have a general question about such checks: Why are they introduced as preprocessor defines (which require rebuilt), and not as some runtime switch (maybe at context level)? Keeping them always enabled is not practical of course, but having to rebuild llvm each time you want to run them doesn't look practical either.
https://github.com/llvm/llvm-project/pull/74270
More information about the Mlir-commits
mailing list