[all-commits] [llvm/llvm-project] 8a4077: [LV] Pass LoopHeaderBB directly to updateDominator...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Mar 30 05:11:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a4077fac05407fd09d5d8f50347045d279bdac8
https://github.com/llvm/llvm-project/commit/8a4077fac05407fd09d5d8f50347045d279bdac8
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
Log Message:
-----------
[LV] Pass LoopHeaderBB directly to updateDominatorTree. (NFC)
At the call site, we already know what the vector header block is. Pass
it directly.
More information about the All-commits
mailing list