[PATCH] D103492: [RS4GC] Treat inttoptr as base pointer
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 7 10:30:28 PDT 2021
reames added a comment.
When reviewing your https://reviews.llvm.org/D103732 (in particular, the constants.ll test which had inttoptr constant expressions), I realized that this patch is necessary due to unreachable code. I went ahead and landed a slightly tweaked version of this change. I believe you should now be able to rebase your D103732 <https://reviews.llvm.org/D103732> without needing to XFAIL a test.
p.s. I think your use case may still be problematic, but let's talk more on that. Maybe I'm wrong there too. :)
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