[llvm-branch-commits] [llvm] TableGen: Parenthesize negated predicate-dag leaves with operators (PR #210652)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 20 00:30:35 PDT 2026
arsenm wrote:
This seems to trigger this annoying warning:
```
/llvm/IR/RuntimeLibcalls.inc:50647:25: note: use '=' to turn this equality comparison into an assignment
50647 | if ((ExceptionModel == ExceptionHandling::SjLj)) {
```
probably easiest to just suppress it
https://github.com/llvm/llvm-project/pull/210652
More information about the llvm-branch-commits
mailing list