[all-commits] [llvm/llvm-project] 595804: [mlir][bufferization] Add `dump_alias_sets` option...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Oct 5 05:05:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5958043e2d4ebc46445c801f52e4b839a87736fb
https://github.com/llvm/llvm-project/commit/5958043e2d4ebc46445c801f52e4b839a87736fb
Author: Matthias Springer <me at m-sp.org>
Date: 2023-10-05 (Thu, 05 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/TransformOps/BufferizationTransformOps.td
M mlir/lib/Dialect/Bufferization/TransformOps/BufferizationTransformOps.cpp
Log Message:
-----------
[mlir][bufferization] Add `dump_alias_sets` option to transform op (#68289)
Add `dump_alias_sets` to `transform.bufferization.one_shot_bufferize`.
This option is useful for debugging. Also improve the verifier to ensure
that `test_analysis_only` is set when other debugging flags are enabled.
More information about the All-commits
mailing list