[llvm-bugs] [Bug 27478] BasicAA claim PartialAlias when there is no overlap
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Dec 8 12:52:24 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=27478
Nikita Popov <nikita.ppv at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nikita.ppv at gmail.com
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #3 from Nikita Popov <nikita.ppv at gmail.com> ---
No longer returns PartialAlias on trunk: https://llvm.godbolt.org/z/Krxnoh
Or rather it does, but only for the cases that are actually PartialAlias. The
general PartialAlias fallback for GEPs was removed at some point.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20201208/1d43cb8c/attachment.html>
More information about the llvm-bugs
mailing list