[all-commits] [llvm/llvm-project] 5a09a3: NFC. Remove unnecessary builder argument in Affine...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Fri Oct 7 01:21:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a09a38b5b1b6cb9b90f580aa448d70d81ec2e4d
https://github.com/llvm/llvm-project/commit/5a09a38b5b1b6cb9b90f580aa448d70d81ec2e4d
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2022-10-07 (Fri, 07 Oct 2022)
Changed paths:
M mlir/include/mlir/Dialect/Affine/Utils.h
M mlir/lib/Dialect/Affine/Utils/Utils.cpp
M mlir/lib/Dialect/MemRef/Transforms/NormalizeMemRefs.cpp
Log Message:
-----------
NFC. Remove unnecessary builder argument in Affine Utils helper
NFC. Remove unnecessary builder argument in an Affine Utils helper
function: normalizeMemRefType. A builder was never needed. While on
this, fix a clang-tidy warning from the same file.
Reviewed By: dcaballe
Differential Revision: https://reviews.llvm.org/D135423
More information about the All-commits
mailing list