[llvm] [ISel/RISCV] Custom-lower vector [l]lround (PR #147713)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 9 09:34:34 PDT 2025


================
@@ -1,35 +1,28 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mtriple=riscv32 -mattr=+v,+f,+d,+zvfh -target-abi=ilp32d \
+; RUN: llc -mtriple=riscv32 -mattr=+v,+f,+d,+zvfhmin,+zvfbfmin -target-abi=ilp32d \
 ; RUN:     -verify-machineinstrs < %s | FileCheck %s --check-prefix=RV32
-; RUN: llc -mtriple=riscv64 -mattr=+v,+f,+d,+zvfh -target-abi=lp64d \
+; RUN: llc -mtriple=riscv64 -mattr=+v,+f,+d,+zvfhmin,+zvfbfmin -target-abi=lp64d \
----------------
lukel97 wrote:

Just making a note here that we're switching from zvfh -> zvfhmin. We could add extra RUN lines and test both zvfh + zvfhmin, but I don't think it's that important. Happy to leave this up to you

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


More information about the llvm-commits mailing list