Define the vand, vor and vxor IR intrinsics for the respective V instructions.
Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com>
Co-Authored-by: Evandro Menezes <evandro.menezes@sifive.com>
Paths
| Differential D93574
[RISCV] Define the vand, vor and vxor intrinsics ClosedPublic Authored by evandro on Dec 18 2020, 6:47 PM.
Details Summary Define the vand, vor and vxor IR intrinsics for the respective V instructions. Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com>
Diff Detail
Event TimelineHerald added subscribers: NickHung, luismarques, apazos and 23 others. · View Herald TranscriptDec 18 2020, 6:47 PM This revision is now accepted and ready to land.Dec 18 2020, 8:40 PM Closed by commit rGed73a78924a8: [RISCV] Define the vand, vor and vxor RVV intrinsics (authored by evandro). · Explain WhyDec 21 2020, 2:21 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 313200 llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vand-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vand-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vor-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vor-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vxor-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vxor-rv64.ll
|