[llvm] [InstCombine] Fold align assume into load's !align metadata if possible. (PR #108958)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 04:09:34 PDT 2024
dtcxzyw wrote:
> @dtcxzyw updated this PR to include a change to `EarlyCSE` to materialize alignment assumptions for `!align`. Could you re-run your analysis for the latest version of the PR?
See https://github.com/dtcxzyw/llvm-opt-benchmark/issues/1312. You can request a new run yourself :)
I just added this feature yesterday. Hopefully it works well.
https://github.com/llvm/llvm-project/pull/108958
More information about the llvm-commits
mailing list