[libcxx-commits] [lld] [llvm] [clang-tools-extra] [lldb] [libcxx] [flang] [clang] [libc] [compiler-rt] [VPlan] Implement cloning of VPlans. (PR #73158)
Florian Hahn via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 21 04:44:47 PST 2024
================
@@ -2807,6 +2976,8 @@ class VPlan {
VPBasicBlock *getPreheader() { return Preheader; }
const VPBasicBlock *getPreheader() const { return Preheader; }
----------------
fhahn wrote:
Done, thanks!
https://github.com/llvm/llvm-project/pull/73158
More information about the libcxx-commits
mailing list