Files
clang-p2996/llvm/test/Transforms/LoopVectorize
Florian Hahn 467dbcd9f1 [LV] Set debug loc after setting insert point.
This fixes the code to actually use the location of the instruction, if
available. Previously, SetInsertPoint would overwrite the insert point
set from the instruction.
2022-04-08 20:34:40 +02:00
..