[all-commits] [llvm/llvm-project] 0b83a3: [MLIR][NFC] Drop unnecessary use of OpBuilder in b...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Sat Oct 2 20:55:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b83a35caf2205e7d38a6ca164ee123fdbcff920
https://github.com/llvm/llvm-project/commit/0b83a35caf2205e7d38a6ca164ee123fdbcff920
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2021-10-03 (Sun, 03 Oct 2021)
Changed paths:
M mlir/include/mlir/Analysis/LoopAnalysis.h
M mlir/lib/Analysis/LoopAnalysis.cpp
M mlir/lib/Transforms/Utils/LoopUtils.cpp
Log Message:
-----------
[MLIR][NFC] Drop unnecessary use of OpBuilder in build trip count map
NFC. Drop unnecessary use of OpBuilder in buildTripCountMapAndOperands.
Rename this to getTripCountMapAndOperands and remove stale comments.
Differential Revision: https://reviews.llvm.org/D110993
More information about the All-commits
mailing list