Those masked operations are missed the policy operand.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D120227
[RISCV] Add policy operand for masked vid and viota IR intrinsics. ClosedPublic Authored by khchen on Feb 20 2022, 7:42 PM.
Details Summary Those masked operations are missed the policy operand.
Diff Detail
Event TimelineHerald added subscribers: VincentWu, luke957, achieveartificialintelligence and 24 others. · View Herald TranscriptFeb 20 2022, 7:42 PM Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 20 2022, 7:42 PM Herald added subscribers: llvm-commits, cfe-commits, • pcwang-thead, MaskRay. · View Herald Transcript This revision is now accepted and ready to land.Feb 24 2022, 12:23 AM This revision was landed with ongoing or failed builds.Mar 22 2022, 2:33 AM Closed by commit rG9ab18cc53537: [RISCV] Add policy operand for masked vid and viota IR intrinsics. (authored by khchen). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 417223 clang/include/clang/Basic/riscv_vector.td
llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/masked-tama.ll
llvm/test/CodeGen/RISCV/rvv/masked-tamu.ll
llvm/test/CodeGen/RISCV/rvv/masked-tuma.ll
llvm/test/CodeGen/RISCV/rvv/masked-tumu.ll
llvm/test/CodeGen/RISCV/rvv/vid.ll
llvm/test/CodeGen/RISCV/rvv/viota.ll
|