[PATCH] D110634: [llvm] Update IR verifier to reject non-power-of-2 alignment assume bundles (PR48713).
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 28 11:57:17 PDT 2021
jdoerfert added a comment.
In D110634#3028153 <https://reviews.llvm.org/D110634#3028153>, @lebedev.ri wrote:
> @jdoerfert wasn't the alignment intentionally been left as not being required to be constant?
Yes. Though, I'm not even sure we emit/use non-constant alignments right now. If we emit them we would use them if they are proven to be constant later.
More elaborate support was eventually planned though. I would not require constants here, I overlooked that earlier.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110634/new/
https://reviews.llvm.org/D110634
More information about the llvm-commits
mailing list