[all-commits] [llvm/llvm-project] d970e9: [RISCV] Add lowering for vp.fptoui and vp.uitofp.
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Apr 1 18:37:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d970e96c5337599b8e7e1ceeee018c4b69435994
https://github.com/llvm/llvm-project/commit/d970e96c5337599b8e7e1ceeee018c4b69435994
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fptoui-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-uitofp-vp-mask.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-uitofp-vp.ll
A llvm/test/CodeGen/RISCV/rvv/vfptoui-vp.ll
A llvm/test/CodeGen/RISCV/rvv/vuitofp-vp-mask.ll
A llvm/test/CodeGen/RISCV/rvv/vuitofp-vp.ll
Log Message:
-----------
[RISCV] Add lowering for vp.fptoui and vp.uitofp.
This is a straightforward extension of D122512 to unsigned integers.
More information about the All-commits
mailing list