================
@@ -1207,6 +1271,58 @@ void WaitcntBrackets::print(raw_ostream &OS) const {
}
OS << '\n';
+ OS << "Async score: ";
+ if (!AsyncScore.size()) {
----------------
jayfoad wrote:
Nit: don't need braces and:
```suggestion
if (AsyncScore.empty()) {
```
https://github.com/llvm/llvm-project/pull/173259
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
