[all-commits] [llvm/llvm-project] c93f02: [VPlan] Remove custom checks for EVL placement in ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Apr 22 04:50:31 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c93f02978c33897615a312a85c6149911544ad63
https://github.com/llvm/llvm-project/commit/c93f02978c33897615a312a85c6149911544ad63
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-04-22 (Mon, 22 Apr 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
Log Message:
-----------
[VPlan] Remove custom checks for EVL placement in verifier (NFCI).
After e2a72fa583d9, def-use chains of EVL are modeled explicitly.
So there's no need for a custom check of its placement, as regular
def-use verification will catch mis-placements.
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