[all-commits] [llvm/llvm-project] b454ec: [mlir] Apply ClangTidy fix (NFC)
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Mon Aug 28 01:54:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b454ecc84f988f4e59288d1d606605c8fd261686
https://github.com/llvm/llvm-project/commit/b454ecc84f988f4e59288d1d606605c8fd261686
Author: Adrian Kuegel <akuegel at google.com>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
Log Message:
-----------
[mlir] Apply ClangTidy fix (NFC)
Prefer to use .empty() instead of checking for size() > 0.
More information about the All-commits
mailing list