[all-commits] [llvm/llvm-project] f55ed8: [mlir] Use x.empty() instead of llvm::empty(x) (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Sep 18 10:54:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f55ed88936f3cdf0e9c0ac9c52761dd199b6ab2b
https://github.com/llvm/llvm-project/commit/f55ed88936f3cdf0e9c0ac9c52761dd199b6ab2b
Author: Kazu Hirata <kazu at google.com>
Date: 2022-09-18 (Sun, 18 Sep 2022)
Changed paths:
M mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp
M mlir/lib/IR/Block.cpp
M mlir/lib/IR/Operation.cpp
M mlir/lib/Rewrite/FrozenRewritePatternSet.cpp
M mlir/lib/Tools/PDLL/AST/NodePrinter.cpp
M mlir/lib/Transforms/Utils/DialectConversion.cpp
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
Log Message:
-----------
[mlir] Use x.empty() instead of llvm::empty(x) (NFC)
I'm planning to deprecate and eventually remove llvm::empty.
Note that no use of llvm::empty requires the ability of llvm::empty to
determine the emptiness from begin/end only.
More information about the All-commits
mailing list