[PATCH] D135780: [IR] Switch everything to use memory attribute
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 21 08:28:58 PDT 2022
nikic added a comment.
In D135780#3874732 <https://reviews.llvm.org/D135780#3874732>, @jdoerfert wrote:
> In D135780#3874715 <https://reviews.llvm.org/D135780#3874715>, @nikic wrote:
>
>> The only missing part now is Attributor support.
>
> What is missing there?
The interaction of AAMemoryBehavior and AAMemoryLocation with the IR attributes. They need to initialized based on the memory attribute now and also manifest their results that way.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135780/new/
https://reviews.llvm.org/D135780
More information about the llvm-commits
mailing list