[PATCH] D122291: [VP] Add more cast VPintrinsic and docs.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 29 15:22:51 PDT 2022
craig.topper added a comment.
In D122291#3415286 <https://reviews.llvm.org/D122291#3415286>, @craig.topper wrote:
> Verifier.cpp needs to be updated to verify the element counts match between the source and destination and that they have integer/fp types where they should. fpext, fptrunc, trunc, zext, and sext also need to verify that the element size is increasing/decreasing like its supposed to.
Element count might be checked already by Verifier::visitVPIntrinsic.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122291/new/
https://reviews.llvm.org/D122291
More information about the llvm-commits
mailing list