[all-commits] [llvm/llvm-project] ca8b0b: [VPlan] Fix leak by manually cleaning up allocated...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Jan 24 09:20:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca8b0b4af42499669573fdfe6e3bb87feb2f6b69
https://github.com/llvm/llvm-project/commit/ca8b0b4af42499669573fdfe6e3bb87feb2f6b69
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Changed paths:
M llvm/unittests/Transforms/Vectorize/VPlanVerifierTest.cpp
Log Message:
-----------
[VPlan] Fix leak by manually cleaning up allocated Phi in test.
This should fix a LeakSanitizer failure reported here:
https://lab.llvm.org/buildbot/#/builders/5/builds/30952
More information about the All-commits
mailing list