[PATCH] D71343: [Alignment][NFC] Introduce Align in IRBuilder
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 11 04:18:52 PST 2019
courbet accepted this revision.
courbet added inline comments.
This revision is now accepted and ready to land.
================
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),
----------------
`getValueOr` ? (here and below)
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