[all-commits] [llvm/llvm-project] 946bc5: [RISCV] Define the vfsqrt RVV intrinsics
Evandro Menezes via All-commits
all-commits at lists.llvm.org
Thu Jan 7 15:42:48 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 946bc50e4cbbc998c77e091c7956e996a7d409f0
https://github.com/llvm/llvm-project/commit/946bc50e4cbbc998c77e091c7956e996a7d409f0
Author: Evandro Menezes <evandro.menezes at sifive.com>
Date: 2021-01-07 (Thu, 07 Jan 2021)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsRISCV.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
A llvm/test/CodeGen/RISCV/rvv/vfsqrt-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vfsqrt-rv64.ll
Log Message:
-----------
[RISCV] Define the vfsqrt RVV intrinsics
Define the `vfsqrt` IR intrinsics for the respective V instructions.
Authored-by: Roger Ferrer Ibanez <rofirrim at gmail.com>
Co-Authored-by: Evandro Menezes <evandro.menezes at sifive.com>
Differential Revision: https://reviews.llvm.org/D93745
More information about the All-commits
mailing list