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

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 02:40:59 PDT 2020


gchatelet created this revision.
gchatelet added a reviewer: efriedma.
Herald added subscribers: llvm-commits, jfb, hiraditya.
Herald added a project: LLVM.

This is a followup on D78403 <https://reviews.llvm.org/D78403>.
I'm unsure about `getAtomicOpAlign` overloads that take `AtomicRMWInst` and `AtomicCmpXchgInst`, shouldn't `getAlign` provide the correct answer already?


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81369

Files:
  llvm/lib/CodeGen/AtomicExpandPass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81369.269138.patch
Type: text/x-patch
Size: 7560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200608/9af383b9/attachment.bin>


More information about the llvm-commits mailing list