[PATCH] D158600: [InferAlignment] Enable InferAlignment pass by default
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 18 09:51:26 PDT 2023
aeubanks added inline comments.
================
Comment at: llvm/lib/Passes/PassBuilderPipelines.cpp:1281
// alignment information, try to re-derive it here.
FPM.addPass(AlignmentFromAssumptionsPass());
}
----------------
can this also be replaced with the new pass?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158600/new/
https://reviews.llvm.org/D158600
More information about the llvm-commits
mailing list