[PATCH] D122026: just resize the cache, dont assert equality of sizes
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 18 13:25:19 PDT 2022
nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.
This looks like a consistency assertion that an `<n x %ty>` vector has an `n`-element scatter in the cache -- so it's not obvious to me that just dropping the assertion is fine, I think you might be hiding a legitimate issue here.
> This assertion has been failing on some large files --- not trivial to extract a small testcase for
Extracting a test case should be easy with some combination of llvm-reduce and/or reduce_pipeline.py?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122026/new/
https://reviews.llvm.org/D122026
More information about the llvm-commits
mailing list