Fix off-by-one indexing error in loop checking that inserted value was a
splat vector.
Add code to check that INSERT_VECTOR_ELT nodes constructing the splat
vector have the expected constant index values.
Paths
| Differential D26409
[AArch64] Fix bugs in isel lowering replaceSplatVectorStore. ClosedPublic Authored by gberry on Nov 8 2016, 12:00 PM.
Details Summary Fix off-by-one indexing error in loop checking that inserted value was a Add code to check that INSERT_VECTOR_ELT nodes constructing the splat
Diff Detail
Event Timelinegberry updated this object. This revision is now accepted and ready to land.Nov 11 2016, 7:05 AM Closed by commit rL286616: [AArch64] Fix bugs in isel lowering replaceSplatVectorStore. (authored by gberry). · Explain WhyNov 11 2016, 11:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 77638 llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/trunk/test/CodeGen/AArch64/arm64-stp.ll
|