[PATCH] D65858: [DataLayout] Check StackNatural and FunctionPtr alignments.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 10:19:30 PDT 2019
fhahn marked an inline comment as done.
fhahn added inline comments.
================
Comment at: llvm/lib/IR/DataLayout.cpp:323
}
+
setPointerAlignment(AddrSpace, PointerABIAlign, PointerPrefAlign,
----------------
jfb wrote:
> ?
Woops, looks like I forgot to strip that one. I'll remove it before committing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65858/new/
https://reviews.llvm.org/D65858
More information about the llvm-commits
mailing list