[PATCH] D97299: [IR][SVE] Add new llvm.experimental.stepvector intrinsic
Christopher Tetreault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 8 12:30:59 PST 2021
ctetreau added a comment.
> @ctetreau: We've followed the same route as for llvm.vscale() -> ISD::VSCALE so yes the code generation side is more complete/convenient. Considering we're expecting `llvm.experimental.stepvector()` to be redundant once there's time to push for the preferred ConstantVector solution, we feel it's better to keep the intrinsic as simple as possible.
OK, fair enough.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97299/new/
https://reviews.llvm.org/D97299
More information about the llvm-commits
mailing list