[all-commits] [llvm/llvm-project] 49df12: [mlir][NFC] Minor cleanup around `ModuleOp` usage ...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Sep 30 12:21:13 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49df12c01e99af6e091fedc123f775580064740a
https://github.com/llvm/llvm-project/commit/49df12c01e99af6e091fedc123f775580064740a
Author: Matthias Springer <me at m-sp.org>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M flang/lib/Lower/OpenMP/DataSharingProcessor.cpp
M mlir/lib/Conversion/BufferizationToMemRef/BufferizationToMemRef.cpp
M mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp
M mlir/lib/Dialect/Bufferization/Transforms/LowerDeallocations.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseGPUCodegen.cpp
Log Message:
-----------
[mlir][NFC] Minor cleanup around `ModuleOp` usage (#110498)
Use `moduleOp.getBody()` instead of `moduleOp.getBodyRegion().front()`.
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