VPInterleaveRecipe only uses the first lane of the address. Add
onlyFirstLaneUsed implementation. This is needed for a follow-up patch.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Ship it!
Address clearly uses first lane only, as evident in VPInterleaveGroup::execute(), and the other operands Stored values and Mask clearly use all lanes.
This will be exercised/tested by follow-up patch only?
Comment Actions
Thanks!
This will be exercised/tested by follow-up patch only?
Yes unfortunately it will only be exercised by a follow up patch. I'll land them close together.