Files
clang-p2996/llvm/test/CodeGen/WebAssembly/vector-reduce.ll
Sam Parker a3de21cac1 [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.
2024-07-24 09:23:49 +01:00

49 KiB