[all-commits] [llvm/llvm-project] ff3443: [LoopUtils] Remove unused Loop arg from addDiffRun...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Aug 23 02:16:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff34432649fc663a36a3f864d8114010fb720afe
https://github.com/llvm/llvm-project/commit/ff34432649fc663a36a3f864d8114010fb720afe
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LoopUtils] Remove unused Loop arg from addDiffRuntimeChecks (NFC).
The argument is no longer used, remove it.
More information about the All-commits
mailing list