[PATCH] D158529: [InferAlignment] Implement InferAlignmentPass

Dhruv Chawla via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 02:33:53 PDT 2023


0xdc03 updated this revision to Diff 554222.
0xdc03 added a comment.
Herald added a subscriber: jdoerfert.

- Make tests betterer
- Rebase on main


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158529

Files:
  llvm/include/llvm/Transforms/Scalar/InferAlignment.h
  llvm/include/llvm/Transforms/Utils/Local.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassBuilderPipelines.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/Scalar/CMakeLists.txt
  llvm/lib/Transforms/Scalar/InferAlignment.cpp
  llvm/lib/Transforms/Utils/Local.cpp
  llvm/test/Transforms/InferAlignment/alloca.ll
  llvm/test/Transforms/InferAlignment/atomic.ll
  llvm/test/Transforms/InferAlignment/attributes.ll
  llvm/test/Transforms/InferAlignment/gep-2d.ll
  llvm/test/Transforms/InferAlignment/gep-array.ll
  llvm/test/Transforms/InferAlignment/irregular-size.ll
  llvm/test/Transforms/InferAlignment/propagate-assume.ll
  llvm/test/Transforms/InferAlignment/ptrmask.ll
  llvm/test/Transforms/InferAlignment/undef-and-null.ll
  llvm/test/Transforms/InferAlignment/vector.ll
  llvm/test/Transforms/InferAlignment/volatile.ll
  llvm/test/Transforms/InferAlignment/vscale.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158529.554222.patch
Type: text/x-patch
Size: 40761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230829/ebae312a/attachment.bin>


More information about the llvm-commits mailing list