[PATCH] D97223: Add Alignment argument to IRBuilder CreateAtomicRMW and CreateAtomicCmpXchg.
Guillaume Chatelet via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 23 11:25:57 PST 2021
gchatelet added a comment.
In D97223#2581587 <https://reviews.llvm.org/D97223#2581587>, @jyknight wrote:
> In D97223#2581126 <https://reviews.llvm.org/D97223#2581126>, @rjmccall wrote:
>
>> Looks like you didn't update the .bc reader/writer and the .ll printer/parser.
>
> The instructions already had alignment support added to the type constructor and IR/BC in prior changes by gchatelet -- this is just updating the IRBuilder constructor.
For the record the previous patches introducing the alignment were D87443 <https://reviews.llvm.org/D87443> and D83465 <https://reviews.llvm.org/D83465>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97223/new/
https://reviews.llvm.org/D97223
More information about the cfe-commits
mailing list