[PATCH] D65521: [LLVM][Alignment] Introduce Alignment Type in DataLayout

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 02:47:43 PDT 2019


gchatelet updated this revision to Diff 213001.
gchatelet marked an inline comment as done.
gchatelet added a comment.

Also changed getFunctionPtrAlign() return type to MaybeAlign.
Keeping getStackAlignment() return type as `unsigned` for now.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65521/new/

https://reviews.llvm.org/D65521

Files:
  llvm/include/llvm/IR/DataLayout.h
  llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/IR/DataLayout.cpp
  llvm/lib/IR/Value.cpp
  llvm/lib/Transforms/Utils/Local.cpp
  llvm/unittests/IR/DataLayoutTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65521.213001.patch
Type: text/x-patch
Size: 7333 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190802/6af4b5e0/attachment.bin>


More information about the llvm-commits mailing list