diff options
author | Florian Hahn <flo@fhahn.com> | 2025-08-14 16:47:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-14 16:47:04 +0100 |
commit | 177f27d22092cb64e871e6cd2f8981d24e823186 (patch) | |
tree | a554881fd1f3903c7649043fb5cdf20cda78a548 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 16ad20291dad174e441076c4c10d899b333fc0e7 (diff) | |
download | llvm-177f27d22092cb64e871e6cd2f8981d24e823186.zip llvm-177f27d22092cb64e871e6cd2f8981d24e823186.tar.gz llvm-177f27d22092cb64e871e6cd2f8981d24e823186.tar.bz2 |
[VPlan] Add incoming_[blocks,values] iterators to VPPhiAccessors (NFC) (#138472)
Add 3 new iterator ranges to VPPhiAccessors
* incoming_values(): returns a range over the incoming
values of a phi
* incoming_blocks(): returns a range over the incoming
blocks of a phi
* incoming_values_and_blocks: returns a range over pairs of
incoming values and blocks.
Depends on https://github.com/llvm/llvm-project/pull/124838.
PR: https://github.com/llvm/llvm-project/pull/138472
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions