Added code to truncate or shrink offsets so that we can continue
base pointer search if size has changed along the way.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This one will go through our internal extended testing first, just to be sure it did not break anything.
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | ||
---|---|---|
351–366 ↗ | (On Diff #212914) | This can probably be collapsed to OffsetA = OffsetA.sextOrTrunk(NewPtrBitWidth); |