Skip to content

[WebAssembly] Missed optimization in any_true/all_true #145177

Open
@badumbatish

Description

@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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions