[PATCH] D81369: [Alignment][NFC] Migrate AtomicExpandPass to Align

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 26 12:02:30 PDT 2020


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM.  We probably should update langref, but I don't think we need to block this patch.



================
Comment at: llvm/include/llvm/IR/Instructions.h:528
 
+  Align getAlign() const;
+
----------------
Add a doc comment here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81369





More information about the llvm-commits mailing list