[all-commits] [llvm/llvm-project] 5ff5b4: [LV] Remove unneeded CustomBuilder arg from setDeb...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jun 15 10:48:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ff5b460d9fa67b7184dda86bc929b652d86acbc
https://github.com/llvm/llvm-project/commit/5ff5b460d9fa67b7184dda86bc929b652d86acbc
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-06-15 (Wed, 15 Jun 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list