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

Dhruv Chawla via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 05:25:38 PDT 2023


0xdc03 created this revision.
0xdc03 added a reviewer: nikic.
Herald added subscribers: StephenFan, kerbowa, zzheng, hiraditya, jvesely.
Herald added a project: All.
0xdc03 requested review of this revision.
Herald added subscribers: llvm-commits, wangpc.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

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/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-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.552672.patch
Type: text/x-patch
Size: 91055 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230823/7433aaa6/attachment.bin>


More information about the llvm-commits mailing list