Fix some clang-tidy reports in MLIR (NFC)
Mostly replace uses of `container.size()` with `container.empty()` in conditionals when applicable.
Loading
Please sign in to comment
Mostly replace uses of `container.size()` with `container.empty()` in conditionals when applicable.