[PATCH] D143225: [SROA] Create additional vector type candidates based on store and load slices
Mike Hommey via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 8 23:39:22 PST 2023
glandium added a comment.
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.
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