[all-commits] [llvm/llvm-project] b2c485: [IR][DAG][RISCV] Allow scalable vector ISD::STRICT...
Yeting Kuo via All-commits
all-commits at lists.llvm.org
Thu Mar 9 01:38:14 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2c48559c882fd558f91e471c4d23ea7b0c6e718
https://github.com/llvm/llvm-project/commit/b2c48559c882fd558f91e471c4d23ea7b0c6e718
Author: Yeting Kuo <yeting.kuo at sifive.com>
Date: 2023-03-09 (Thu, 09 Mar 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfpext-constrained-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/vfpext-constrained-sdnode.ll
Log Message:
-----------
[IR][DAG][RISCV] Allow scalable vector ISD::STRICT_FP_EXTEND and RISC-V supports for vector ISD::STRICT_FP_EXTEND.
The patch mainly does two things. The first is allowing scalable vector
ISD::STRICT_FP_EXTEND. The second is making RISC-V customized lower
strict_fpextend to riscv_strict_fpextend_vl, the strict version of
riscv_fpextend_vl.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D145548
More information about the All-commits
mailing list