[llvm] [LV] Support binary and unary operations with EVL-vectorization (PR #93854)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 24 20:59:22 PDT 2024


================
@@ -2642,6 +2694,11 @@ struct VPWidenStoreEVLRecipe final : public VPWidenMemoryRecipe {
     setMask(Mask);
   }
 
+  VPWidenStoreEVLRecipe *clone() override {
+    llvm_unreachable("VPWidenStoreEVLRecipe cannot be cloned");
----------------
LiqinWeng wrote:

I don't understand the purpose of this interface. I want to know why it is set to unreachable

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


More information about the llvm-commits mailing list