[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
Loading
Please sign in to comment