diff options
author | Florian Hahn <flo@fhahn.com> | 2025-05-10 11:08:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-10 11:08:00 +0100 |
commit | f2e62cfca5e5719f2d79e4a7ab88fdc239b60bd3 (patch) | |
tree | f29880780337151a15cb40633b611943ddd1486c /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | fe56c8f36444d0a955b341b4dbc7cec28786d675 (diff) | |
download | llvm-f2e62cfca5e5719f2d79e4a7ab88fdc239b60bd3.zip llvm-f2e62cfca5e5719f2d79e4a7ab88fdc239b60bd3.tar.gz llvm-f2e62cfca5e5719f2d79e4a7ab88fdc239b60bd3.tar.bz2 |
[VPlan] Add VPPhi subclass for VPInstruction with PHI opcodes.(NFC) (#139151)
Similarly to VPInstructionWithType and VPIRPhi, add VPPhi as a subclass
for VPInstruction. This allows implementing the VPPhiAccessors trait,
making available helpers for generic printing of incoming values /
blocks and accessors for incoming blocks and values.
It will also allow properly verifying def-uses for values used by
VPInstructions with PHI opcodes via
https://github.com/llvm/llvm-project/pull/124838.
PR: https://github.com/llvm/llvm-project/pull/139151
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions