[all-commits] [llvm/llvm-project] b0eba8: [RISCV] Support STRICT_FP_ROUND and STRICT_FP_EXTE...
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Mon Oct 16 19:10:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0eba8e209d46fbd18aa1fec126ee4454e9b93ff
https://github.com/llvm/llvm-project/commit/b0eba8e209d46fbd18aa1fec126ee4454e9b93ff
Author: Jianjian Guan <jacquesguan at me.com>
Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfptrunc-constrained-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfptrunc-constrained-sdnode.ll
Log Message:
-----------
[RISCV] Support STRICT_FP_ROUND and STRICT_FP_EXTEND when only have Zvfhmin (#68559)
This patch supports STRICT_FP_ROUND and STRICT_FP_EXTEND when we only
have Zvfhmin but no Zvfh.
More information about the All-commits
mailing list