[all-commits] [llvm/llvm-project] e673d4: [RISCV] Define vmsbf.m/vmsif.m/vmsof.m/viota.m/vid...
Zakk Chen via All-commits
all-commits at lists.llvm.org
Mon Dec 28 06:21:15 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e673d40199477f48b78ed9ad790ce7356474f907
https://github.com/llvm/llvm-project/commit/e673d40199477f48b78ed9ad790ce7356474f907
Author: Zakk Chen <zakk.chen at sifive.com>
Date: 2020-12-28 (Mon, 28 Dec 2020)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsRISCV.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
A llvm/test/CodeGen/RISCV/rvv/vid-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vid-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/viota-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/viota-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vmsbf-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vmsbf-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vmsif-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vmsif-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vmsof-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vmsof-rv64.ll
Log Message:
-----------
[RISCV] Define vmsbf.m/vmsif.m/vmsof.m/viota.m/vid.v intrinsics.
Define those intrinsics and lower to V instructions.
Use update_llc_test_checks.py for viota.m tests to check
earlyclobber is applied correctly.
mask viota.m tests uses the same argument as input and mask for
avoid dependency of D93364.
We work with @rogfer01 from BSC to come out this patch.
Reviewed By: HsiangKai
Differential Revision: https://reviews.llvm.org/D93823
More information about the All-commits
mailing list