[all-commits] [llvm/llvm-project] e70a2e: [VPlan] Allow same predecessor multiple times in t...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Apr 18 13:43:11 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e70a2e84ce954c58c2da5bfbee7f69b8c2b1109d
https://github.com/llvm/llvm-project/commit/e70a2e84ce954c58c2da5bfbee7f69b8c2b1109d
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-04-18 (Sat, 18 Apr 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/unittests/Transforms/Vectorize/VPlanVerifierTest.cpp
Log Message:
-----------
[VPlan] Allow same predecessor multiple times in the verifier. (NFC) (#192809)
IR instructions like switch lead to initial VPlans with blocks that have
the same predecessor multiple times. Allow it in the verifier.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list