[PATCH] D81766: [VectorCombine] try to create vector loads from scalar loads
Steven Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 15:57:54 PDT 2020
srj added a comment.
This appears to have broken some of Halide's codegen for Hexagon/HVX; as of this revision, some of our tests are now failing with
`llvm/lib/IR/Type.cpp:617: static llvm::FixedVectorType* llvm::FixedVectorType::get(llvm::Type*, unsigned int): Assertion `NumElts > 0 && "#Elements of a VectorType must be greater than 0"' failed.`
(It's not yet clear whether this is an injection on LLVM's part, or a change that reveals a latent bug in Halide; I'm investigating to determine.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81766/new/
https://reviews.llvm.org/D81766
More information about the llvm-commits
mailing list