[PATCH] D97223: Add Alignment argument to IRBuilder CreateAtomicRMW and CreateAtomicCmpXchg.

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 05:52:04 PST 2021


jyknight added a comment.

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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97223/new/

https://reviews.llvm.org/D97223



More information about the llvm-commits mailing list