Files
clang-p2996/llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp
Florian Hahn c2bef381fa [VPlan] Remove setEntry to avoid leaks when replacing entry.
Update the HCFG builder to directly connect the created CFG to the
existing Plan's entry. This allows removing `setEntry`, which can cause
leaks when the existing entry is replaced.

Should fix
https://lab.llvm.org/buildbot/#/builders/5/builds/33455/steps/13/logs/stdio
2023-05-04 19:12:02 +01:00

15 KiB