[PATCH] D91256: [AtomicExpandPass] Allow for pointer types in insertRMWCmpXchgLoop()
James Y Knight via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 15:39:53 PST 2021
jyknight added a comment.
Sorry for never looking at this before now. :(
However, now that atomicrmw instructions have an alignment attribute, this change is superseded by D97223 <https://reviews.llvm.org/D97223>, which fixes the issue, instead, by passing through the atomicrmw alignment, instead of coming up with a new value.
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91256/new/
https://reviews.llvm.org/D91256
More information about the llvm-commits
mailing list