llvm-project
a3de21ca - [WebAssembly] Ofast pmin/pmax pattern matchers (#100107)

Commit
1 year ago
[WebAssembly] Ofast pmin/pmax pattern matchers (#100107) With fast-math, the ordered setcc nodes are converted to setcc nodes which do not care about NaNs, so add patterns that use setlt, setle, setgt and setge.
Author
Parents
Loading