Files
clang-p2996/llvm/lib/Transforms/Vectorize
Florian Hahn 5ff5b460d9 [LV] Remove unneeded CustomBuilder arg from setDebugLocFromInst (NFC).
The only user that passed in a custom builder was passing in
VPTransformState::Builder, which is the same as ILV::Builder.
2022-06-15 18:48:02 +01:00
..