[PATCH] D133379: [DL] Make vector ABI align bound by element align

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 12:19:53 PDT 2022


beanz updated this revision to Diff 459160.
beanz added a comment.
Herald added a subscriber: jdoerfert.

Updating based on review feedbac.

- Apply the behavior change to both ABI and Preferred alignments.
- Gate the change on a data layout variable (`V`).
- Update LangRef.rst documenting the new variable.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133379

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/DataLayout.h
  llvm/lib/IR/DataLayout.cpp
  llvm/unittests/IR/DataLayoutTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133379.459160.patch
Type: text/x-patch
Size: 6115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220909/321235ec/attachment.bin>


More information about the llvm-commits mailing list