[all-commits] [llvm/llvm-project] 0cc234: [MLIR][NFC] Minor cleanup for BufferDeallocation p...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Tue Jul 20 09:43:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0cc2346cbfaaaafdf15d5bb1909d51a04ca32b86
https://github.com/llvm/llvm-project/commit/0cc2346cbfaaaafdf15d5bb1909d51a04ca32b86
Author: Rahul Joshi <jurahul at google.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M mlir/lib/Transforms/BufferDeallocation.cpp
M mlir/test/Transforms/buffer-deallocation.mlir
Log Message:
-----------
[MLIR][NFC] Minor cleanup for BufferDeallocation pass.
- Change walkReturnOperations() to be a non-template and look at block terminator
for ReturnLike trait.
- Clarify description of validateSupportedControlFlow
- Eliminate unused argument in Backedges::recurse.
- Eliminate repeated calls to getFunction()
- Fix wording for non-SCF loop failure
Differential Revision: https://reviews.llvm.org/D106373
More information about the All-commits
mailing list