[PATCH] D80276: [Alignment] Fix misaligned interleaved loads

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 23 12:11:43 PDT 2020


craig.topper added a comment.

In D80276#2049680 <https://reviews.llvm.org/D80276#2049680>, @jdoerfert wrote:

> I'm confused about the bug report. Did we just not check the alignment in the test and therefore we don't see the wrong alignment go away?
>
> I think the code looks good now. I suggest someone can accept this ;)


If I rerun the script on the test in trunk, the bad alignments get added. Was this pass original producing alignment of 0 and then changed to have this bug?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80276/new/

https://reviews.llvm.org/D80276





More information about the llvm-commits mailing list