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

Han Zhu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 01:21:37 PST 2023


zhuhan0 added a comment.

In D143225#4180493 <https://reviews.llvm.org/D143225#4180493>, @glandium wrote:

> In D143225#4180438 <https://reviews.llvm.org/D143225#4180438>, @zhuhan0 wrote:
>
>> In D143225#4180342 <https://reviews.llvm.org/D143225#4180342>, @glandium wrote:
>>
>>> This is causing crashes when building Skia. See https://reviews.llvm.org/D141188#4179444
>>
>> Sorry about that. Do you have steps to repro?
>
> Here are the files that clang diagnostic created for me:
> https://drive.google.com/file/d/1GAQhpwv2UYwJYdVO9L5GHLbC244W37FO/view?usp=sharing
>
> You'll have to tweak paths in the .sh file, but that should be enough to reproduce on your end.

Thanks! Fixed with https://github.com/llvm/llvm-project/commit/68a07c156e90e76a2129308fe28815e709276424.


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