[llvm] RISC-V: Support vectorizing FMINIMUMNUM and FMAXIMUMNUM (PR #135727)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 26 21:20:17 PDT 2025


https://github.com/wangpc-pp commented:

The CodeGen is OK, but I think we need more tests (I think you just need to reorganize the structure):
1. `@llvm.maximumnum`/`@llvm.minimumnum` with scalable vector types.
2. `@llvm.maximumnum`/`@llvm.minimumnum` with fixed vector types.

And also the VP intrinsics version (if exists). Each is in a standalone file.

https://github.com/llvm/llvm-project/pull/135727


More information about the llvm-commits mailing list