[PATCH] D158529: [InferAlignment] Implement InferAlignmentPass

Dhruv Chawla via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 23:42:40 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG0f152a55d3e4: [InferAlignment] Implement InferAlignmentPass (authored by 0xdc03).

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.557093.patch
Type: text/x-patch
Size: 41678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230920/10a2be72/attachment.bin>


More information about the llvm-commits mailing list