[PATCH] D143225: [SROA] Create additional vector type candidates based on store and load slices

Douglas Yung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 19:17:11 PST 2023


dyung added a comment.

In D143225#4183616 <https://reviews.llvm.org/D143225#4183616>, @dyung wrote:

> Hi @zhuhan0 one of our internal tests started to fail and I bisected it back to your change. I've put details and repro up in issue 61318 <https://github.com/llvm/llvm-project/issues/61318>, can you take a look?

Nevermind, I see this is the same issue I previously filed as issue #57821 <https://github.com/llvm/llvm-project/issues/57821> which you believe to be due to undefined behavior in the spec. I'll have to discuss this further internally to see if perhaps an update to the test is warranted.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143225



More information about the llvm-commits mailing list