llvm-project
a3de21ca
- [WebAssembly] Ofast pmin/pmax pattern matchers (#100107)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#100107 - [WebAssembly] Ofast pmin/pmax pattern matchers
Author
sparker-arm
Parents
ddf5725e
Loading