[all-commits] [llvm/llvm-project] ee09df: [MLIR][Affine] Switch default option for affine da...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Mon Mar 3 15:59:00 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee09df8e73d8575542283d8cfe351764af290f96
https://github.com/llvm/llvm-project/commit/ee09df8e73d8575542283d8cfe351764af290f96
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2025-03-04 (Tue, 04 Mar 2025)
Changed paths:
M mlir/include/mlir/Dialect/Affine/Passes.td
M mlir/lib/Dialect/Affine/Transforms/AffineDataCopyGeneration.cpp
M mlir/test/Dialect/Affine/affine-data-copy.mlir
M mlir/test/Dialect/Affine/dma-generate.mlir
Log Message:
-----------
[MLIR][Affine] Switch default option for affine data copy generate pass (#129445)
The more common use of this pass for testing and other purposes is the
pointwise copy generation as opposed to DMA generation. Switch the
default pass option to pointwise copy generation for easier testing. NFC
otherwise.
Users who were relying on `generate-dma` to be on by default will have
to pass it explicitly: `-affine-data-copy-generate='generate-dma=1'`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list