[llvm] [RISCV] Support vectorizing FMINIMUMNUM and FMAXIMUMNUM (PR #135727)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 27 03:01:24 PDT 2025


================
@@ -0,0 +1,201 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
----------------
wangpc-pp wrote:

It seems the test coverage is not enough compared to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fmaximum.ll. I think you can rework these tests in this PR by copying these test files for maximum/minimum and changing the intrinsics.

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


More information about the llvm-commits mailing list