[all-commits] [llvm/llvm-project] 942e06: [VPlan] Add VPBasicBlock::phis() helper (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun May 2 11:21:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 942e068d7a984b269b43f0748109a9568145359f
https://github.com/llvm/llvm-project/commit/942e068d7a984b269b43f0748109a9568145359f
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-05-02 (Sun, 02 May 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Add VPBasicBlock::phis() helper (NFC).
This patch introduces a helper to obtain an iterator range for the
PHI-like recipes in a block.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D100101
More information about the All-commits
mailing list