Diff Detail
Diff Detail
Event Timeline
| llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | ||
|---|---|---|
| 3223–3227 | Why was this moved? Just as an optimization in case we early-return inbetween? | |
| llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | ||
|---|---|---|
| 3223–3227 | By moving this later, we avoid trying to get the vector variant of MetadataAsValue for the noalias intrinsics. | |
Why was this moved? Just as an optimization in case we early-return inbetween?