Files
clang-p2996/mlir/lib/Target/LLVMIR/DebugTranslation.cpp
Mogball b3a5f5394f [mlir] Add empty to StringAttr
It was common to see `value.getValue().empty()` or `value.size()`
instead of the idiomatic `value.empty()`.

Depends on D159455

Differential Revision: https://reviews.llvm.org/D159456
2023-09-05 21:45:27 +00:00

15 KiB