Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions llvm/lib/CodeGen/ExpandVectorPredication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,15 @@ Value *CachingVPExpander::expandPredication(VPIntrinsic &VPI) {
case Intrinsic::vp_umin:
case Intrinsic::vp_bswap:
case Intrinsic::vp_bitreverse:
case Intrinsic::vp_ctpop:
case Intrinsic::vp_ctlz:
case Intrinsic::vp_cttz:
case Intrinsic::vp_sadd_sat:
case Intrinsic::vp_uadd_sat:
case Intrinsic::vp_ssub_sat:
case Intrinsic::vp_usub_sat:
case Intrinsic::vp_fshl:
case Intrinsic::vp_fshr:
return expandPredicationToIntCall(Builder, VPI);
case Intrinsic::vp_fabs:
case Intrinsic::vp_sqrt:
Expand Down
Loading
Loading