[all-commits] [llvm/llvm-project] ad33f2: [InstCombine] Drop non-power-of-two alignment assu...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Mon Jun 8 12:44:46 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad33f2dd52e755506852ac220be7f113e4f3b1a3
https://github.com/llvm/llvm-project/commit/ad33f2dd52e755506852ac220be7f113e4f3b1a3
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/test/Transforms/InstCombine/assume-align.ll
M llvm/test/Transforms/InstCombine/assume.ll
Log Message:
-----------
[InstCombine] Drop non-power-of-two alignment assumptions (#202396)
These assumptions aren't actually used anywhere, so we might as well
drop them. We might want consider emitting an assumption that the value
is zero at some point, but we don't have the bundles for that currently
and it seems rather low priority.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list