[all-commits] [llvm/llvm-project] 3b3511: [VPlan] Add VPBlockBase::successors() returning an...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Dec 16 06:31:33 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b35113ff0963c536a19b4950b5b99aca2e02372
https://github.com/llvm/llvm-project/commit/3b35113ff0963c536a19b4950b5b99aca2e02372
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Add VPBlockBase::successors() returning an iterator_range (NFC).
This will also be helpful for D115793.
More information about the All-commits
mailing list