[all-commits] [llvm/llvm-project] 7fc451: [MLIR] Rename FusePadOpWithLinalgConsumer -> FuseP...
lorenzo chelini via All-commits
all-commits at lists.llvm.org
Sat Jul 2 02:03:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7fc4518f4a70fd99460c941480a7fc521f97a7e7
https://github.com/llvm/llvm-project/commit/7fc4518f4a70fd99460c941480a7fc521f97a7e7
Author: lorenzo chelini <l.chelini at icloud.com>
Date: 2022-07-02 (Sat, 02 Jul 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/CMakeLists.txt
R mlir/lib/Dialect/Linalg/Transforms/FusePadOpWithLinalgConsumer.cpp
A mlir/lib/Dialect/Linalg/Transforms/FusePadOpWithLinalgProducer.cpp
Log Message:
-----------
[MLIR] Rename FusePadOpWithLinalgConsumer -> FusePadOpWithLinalgProducer (NFC)
Follow up after D128978, where I mistakenly rename the file. The linalg op is
fused with its producer, not the consumer.
More information about the All-commits
mailing list