Issue | 145177 |
---|---|
Summary | [WebAssembly] Missed optimization in any_true/all_true |
Labels | new issue |
Assignees | |
Reporter | badumbatish |
From @lukel97 in #144741 > We should also follow up on this to also handle: 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
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs