[all-commits] [llvm/llvm-project] d109c2: [VPlan] Remove type verification from VPlanVerifie...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Jun 11 12:30:55 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d109c2ed9d5b456c3cfca8f74a6d26e2a2ec36c4
https://github.com/llvm/llvm-project/commit/d109c2ed9d5b456c3cfca8f74a6d26e2a2ec36c4
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
Log Message:
-----------
[VPlan] Remove type verification from VPlanVerifier (NFC) (#201209)
With https://github.com/llvm/llvm-project/pull/200692
and https://github.com/llvm/llvm-project/pull/200686, types are no
checked at construction, and each operation that changes operands
(setOperand, addOperand etc) verifies that the replacement happens with
suitable types.
This should remove the need for running type checking as part of the
verifier.
PR: https://github.com/llvm/llvm-project/pull/201209
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