[all-commits] [llvm/llvm-project] ca3865: [VPlan] Assert no users remaining when deleting a ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Nov 1 09:46:05 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ca38652b9a58fc4e15b12e6f3914bfdb124cb6cd
https://github.com/llvm/llvm-project/commit/ca38652b9a58fc4e15b12e6f3914bfdb124cb6cd
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-11-01 (Sun, 01 Nov 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanValue.h
Log Message:
-----------
[VPlan] Assert no users remaining when deleting a VPValue.
When deleting a VPValue, all users must already by deleted. Add an
assertion to make sure and catch violations.
More information about the All-commits
mailing list