[all-commits] [llvm/llvm-project] e0110a: [RISCV] Add intrinsics for vfmv.v.f
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Dec 23 10:59:50 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e0110a47402348f63b7e10dcf210bdf342a3bf9c
https://github.com/llvm/llvm-project/commit/e0110a47402348f63b7e10dcf210bdf342a3bf9c
Author: Craig Topper <craig.topper at sifive.com>
Date: 2020-12-23 (Wed, 23 Dec 2020)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsRISCV.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
A llvm/test/CodeGen/RISCV/rvv/vfmv.v.f-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vfmv.v.f-rv64.ll
Log Message:
-----------
[RISCV] Add intrinsics for vfmv.v.f
Also include a special case pattern to use vmv.v.x vd, zero when
the argument is 0.0.
Reviewed By: khchen
Differential Revision: https://reviews.llvm.org/D93672
More information about the All-commits
mailing list