[MLIR][NFC] Drop unnecessary use of OpBuilder in build trip count map
authorUday Bondhugula <uday@polymagelabs.com>
Sat, 2 Oct 2021 10:23:57 +0000 (15:53 +0530)
committerUday Bondhugula <uday@polymagelabs.com>
Sun, 3 Oct 2021 03:55:18 +0000 (09:25 +0530)
commit0b83a35caf2205e7d38a6ca164ee123fdbcff920
tree1de837a7837141d44b08d167867ea99ee25fb16b
parent903facd96b1d251ad5e22a5a826aa1c0b698f99c
[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
mlir/include/mlir/Analysis/LoopAnalysis.h
mlir/lib/Analysis/LoopAnalysis.cpp
mlir/lib/Transforms/Utils/LoopUtils.cpp