When splitting a store of a scalable type, the new address is
calculated in SplitVecOp_STORE using a vscale and an add instruction.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | ||
---|---|---|
2513 | It might make sense to write a helper with the pointer increment logic? Not sure how many places you need to repeat it. |
It might make sense to write a helper with the pointer increment logic? Not sure how many places you need to repeat it.