[PATCH] D97223: Add Alignment argument to IRBuilder CreateAtomicRMW and CreateAtomicCmpXchg.
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 23 08:10:54 PST 2021
gchatelet added inline comments.
================
Comment at: llvm/lib/CodeGen/AtomicExpandPass.cpp:1037
+ assert(AddrAlign >= ResultTy->getPrimitiveSizeInBits() / 8);
+
----------------
Add an error message?
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