Files
clang-p2996/llvm/lib/Analysis/TargetTransformInfo.cpp
Roman Lebedev d484cc152b [TTI] Adjust getReplicationShuffleCost() interface
It is trivial to produce DemandedSrcElts given DemandedReplicatedElts,
so don't pass the former. Also, it isn't really useful so far
to have the overload taking the Mask, so just inline it.
2021-11-09 14:07:59 +03:00

43 KiB