[PATCH] D76886: [InlineFunction] Disable emission of alignment assumptions by default
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 28 11:17:39 PDT 2020
lebedev.ri added a comment.
In D76886#2008279 <https://reviews.llvm.org/D76886#2008279>, @arsenm wrote:
> Don't we have a less cumbersome way to test for alignment?
That is the current canonical alignment assumption, at least until the attribute bundles are here.
> The ptrtoint inhibits SROA.
That issue seems not entirely new to these changes.
Is there a bug with reproducer?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76886/new/
https://reviews.llvm.org/D76886
More information about the llvm-commits
mailing list