[llvm] [WebAssembly] [Codegen] Add pattern for relaxed min max from fminimum/fmaximum over v4f32 and v2f64 (PR #162948)
Jasmine Tang via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 21 09:22:48 PDT 2025
badumbatish wrote:
> ered to a `select` with `fcmp olt/ogt`. There are already some patterns, somewhere in this file, which use pmin/max for those. Would you mind adding similar patterns for these relaxed instructions?
yep let me open up another PR for those
https://github.com/llvm/llvm-project/pull/162948
More information about the llvm-commits
mailing list