[PATCH] D71343: [Alignment][NFC] Introduce Align in IRBuilder
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 11 05:13:50 PST 2019
gchatelet marked an inline comment as done.
gchatelet added inline comments.
================
Comment at: llvm/include/llvm/IR/IRBuilder.h:510
+ MDNode *NoAliasTag = nullptr) {
+ return CreateMemCpy(Dst, DstAlign ? DstAlign->value() : 0, Src,
+ SrcAlign ? SrcAlign->value() : 0, getInt64(Size),
----------------
courbet wrote:
> `getValueOr` ? (here and below)
Same as for https://reviews.llvm.org/D71332#1779364
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71343/new/
https://reviews.llvm.org/D71343
More information about the llvm-commits
mailing list