[PATCH] D103492: [RS4GC] Treat inttoptr as base pointer
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 11 13:44:03 PDT 2021
reames added a comment.
For those following along, the last comment from Sam convinced me to do something I've been considering for a while. In commit ac81cb7e <https://reviews.llvm.org/rGac81cb7e6dde9b0890ee1780eae94ab96743569b>, I removed the verifier rules which made it impossible to properly test the logic in rs4gc with non-integral pointers and went ahead and updated the relevant tests.
Sam and I are scheduled for some offline discussion to see if we can come up with a) a robust solution for his use case, and b) maybe something generally useful in the space of interacting with gc managed objects, pinned objects, and allocation code paths.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103492/new/
https://reviews.llvm.org/D103492
More information about the llvm-commits
mailing list