[llvm] [VPlan] Implement cloning of VPlans. (PR #73158)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 22 13:34:36 PST 2023


================
@@ -1086,6 +1097,13 @@ class VPInstruction : public VPRecipeWithIRFlags, public VPValue {
 
   VP_CLASSOF_IMPL(VPDef::VPInstructionSC)
 
+  virtual VPRecipeBase *clone() override {
----------------
alexey-bataev wrote:

Drop virtual?

https://github.com/llvm/llvm-project/pull/73158


More information about the llvm-commits mailing list