[PATCH] D107345: Introduce LowerGCLeafIntrinsics pass
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 3 11:51:07 PDT 2021
nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.
Without commenting on anything else, this implementation is not compatible with opaque pointers. Please remove mentions of getPointerElementType() and instead rely on the provided element size, possibly by inserting appropriate casts. If this is not sufficient for some reason and you really do need to know the exact element type, then this is going to need a change to the intrinsic design.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107345/new/
https://reviews.llvm.org/D107345
More information about the llvm-commits
mailing list