@craig.topper Do you know the purpose of @test14 in masked_gather_scatter.ll - is it really supposed to be splatting a different index to the insertion or has this patch unearthed a typo?
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGen/X86/masked_gather_scatter.ll | ||
---|---|---|
756 ↗ | (On Diff #134801) | Based on this comment, it appears to be intentional. |
Comment Actions
OK to commit then?
test/CodeGen/X86/masked_gather_scatter.ll | ||
---|---|---|
756 ↗ | (On Diff #134801) | Thanks - I just wasn't sure that perhaps it was supposed to be something like splat then insert., the base isn't used at all after this patch. |