The patch ensures last two operands of vp.abs/ctlz/cttz are mask and evl.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D144536
[VP] Reorder is_int_min_poison/is_zero_poison operand before mask for vp.abs/ctlz/cttz. ClosedPublic Authored by fakepaper56 on Feb 21 2023, 11:35 PM.
Details Summary The patch ensures last two operands of vp.abs/ctlz/cttz are mask and evl.
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, • pcwang-thead, jdoerfert, MaskRay. · View Herald Transcript This revision is now accepted and ready to land.Feb 22 2023, 8:48 AM This revision was landed with ongoing or failed builds.Feb 22 2023, 9:58 PM Closed by commit rG419948fe6708: [VP] Reorder is_int_min_poison/is_zero_poison operand before mask for vp. (authored by fakepaper56). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 499723 llvm/include/llvm/IR/Intrinsics.td
llvm/include/llvm/IR/VPIntrinsics.def
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/test/Analysis/CostModel/RISCV/int-bit-manip.ll
llvm/test/CodeGen/RISCV/rvv/abs-vp.ll
llvm/test/CodeGen/RISCV/rvv/ctlz-vp.ll
llvm/test/CodeGen/RISCV/rvv/cttz-vp.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-abs-vp.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-ctlz-vp.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-cttz-vp.ll
llvm/unittests/IR/VPIntrinsicTest.cpp
|