[PATCH] D97299: [IR][SVE] Add new llvm.experimental.stepvector intrinsic
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 22 06:55:32 PDT 2021
david-arm added a comment.
In D97299#2641273 <https://reviews.llvm.org/D97299#2641273>, @fhahn wrote:
> In D97299#2641106 <https://reviews.llvm.org/D97299#2641106>, @david-arm wrote:
>
>> - Updated LangRef to better describe the intrinsic behaviour.
>
> Thanks. I think it should be possible to enforce the new restrictions in the IR verifier, to prevent users from accidentally using them with wrong types.
Yeah that's right. The type (including the element size) are defended in this patch in Verifier.cpp.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97299/new/
https://reviews.llvm.org/D97299
More information about the llvm-commits
mailing list