[llvm] [WebAssembly] Combine any_true (setcc x, 0, eq) to not all_true (PR #144741)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 26 12:55:42 PDT 2025


badumbatish wrote:

I've refactored, and added support and test case for three more patterns
```
all_true (setcc x, 0, eq) -> not any_true
any_true (setcc x, 0, ne) -> any_true
all_true (setcc x, 0, ne) -> all_true
```

https://github.com/llvm/llvm-project/pull/144741


More information about the llvm-commits mailing list