[PATCH] D158600: [InferAlignment] Enable InferAlignment pass by default

Dhruv Chawla via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 10:27:28 PDT 2023


0xdc03 updated this revision to Diff 556286.
0xdc03 added a comment.

- Move test changes


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158600

Files:
  llvm/lib/Passes/PassBuilderPipelines.cpp
  llvm/test/Analysis/BasicAA/featuretest.ll
  llvm/test/Analysis/ValueTracking/assume.ll
  llvm/test/CodeGen/AMDGPU/implicit-arg-v5-opt.ll
  llvm/test/CodeGen/AMDGPU/reqd-work-group-size.ll
  llvm/test/Other/new-pm-defaults.ll
  llvm/test/Other/new-pm-lto-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
  llvm/test/Transforms/InstCombine/2009-01-08-AlignAlloca.ll
  llvm/test/Transforms/InstCombine/2009-02-20-InstCombine-SROA.ll
  llvm/test/Transforms/InstCombine/addrspacecast.ll
  llvm/test/Transforms/InstCombine/align-2d-gep.ll
  llvm/test/Transforms/InstCombine/align-addr.ll
  llvm/test/Transforms/InstCombine/align-attr.ll
  llvm/test/Transforms/InstCombine/alloca-cast-debuginfo.ll
  llvm/test/Transforms/InstCombine/alloca.ll
  llvm/test/Transforms/InstCombine/apint-shift.ll
  llvm/test/Transforms/InstCombine/assume-align.ll
  llvm/test/Transforms/InstCombine/assume-loop-align.ll
  llvm/test/Transforms/InstCombine/assume.ll
  llvm/test/Transforms/InstCombine/assume_inevitable.ll
  llvm/test/Transforms/InstCombine/atomic.ll
  llvm/test/Transforms/InstCombine/constant-fold-address-space-pointer.ll
  llvm/test/Transforms/InstCombine/constant-fold-gep.ll
  llvm/test/Transforms/InstCombine/dbg-scalable-store-fixed-frag.ll
  llvm/test/Transforms/InstCombine/fcmp-denormals-are-zero.ll
  llvm/test/Transforms/InstCombine/fp-ret-bitcast.ll
  llvm/test/Transforms/InstCombine/gep-custom-dl.ll
  llvm/test/Transforms/InstCombine/getelementptr.ll
  llvm/test/Transforms/InstCombine/load-cmp.ll
  llvm/test/Transforms/InstCombine/load-combine-metadata-dominance.ll
  llvm/test/Transforms/InstCombine/load.ll
  llvm/test/Transforms/InstCombine/loadstore-alignment.ll
  llvm/test/Transforms/InstCombine/memcpy-from-global.ll
  llvm/test/Transforms/InstCombine/merging-multiple-stores-into-successor.ll
  llvm/test/Transforms/InstCombine/phi.ll
  llvm/test/Transforms/InstCombine/pr33689_same_bitwidth.ll
  llvm/test/Transforms/InstCombine/pr44552.ll
  llvm/test/Transforms/InstCombine/pr59613.ll
  llvm/test/Transforms/InstCombine/scalable-cast-of-alloc.ll
  llvm/test/Transforms/InstCombine/select.ll
  llvm/test/Transforms/InstCombine/store.ll
  llvm/test/Transforms/InstCombine/trivial-dse-calls.ll
  llvm/test/Transforms/InstCombine/vscale_gep.ll
  llvm/test/Transforms/LoopVectorize/X86/pr42674.ll
  llvm/test/Transforms/LoopVectorize/X86/small-size.ll
  llvm/test/Transforms/LoopVectorize/multiple-address-spaces.ll
  llvm/test/Transforms/LoopVectorize/non-const-n.ll
  llvm/test/Transforms/PhaseOrdering/X86/excessive-unrolling.ll
  llvm/test/Transforms/PhaseOrdering/inlining-alignment-assumptions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158600.556286.patch
Type: text/x-patch
Size: 99441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230908/7b803f28/attachment.bin>


More information about the llvm-commits mailing list