[PATCH] D85199: GlobalISel: Add generic instructions for memory intrinsics
Dominik Montada via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 4 06:01:41 PDT 2020
gargaroff added a comment.
Would it be possible to add support for `clampScalar` for the `size_t` argument of these opcodes? Since there is still the problem in the frontend where these intrinsics are created with an incorrect type for the `size_t` argument, I think that would be useful.
Obviously it would be best to never encounter this case in the backend, but I don't see D76283 <https://reviews.llvm.org/D76283> landing any time soon, so...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85199/new/
https://reviews.llvm.org/D85199
More information about the llvm-commits
mailing list