[llvm] [VPlan] Add VPInstruction to unpack vector values to scalars. (PR #155670)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 20 12:54:53 PDT 2025


================
@@ -1044,6 +1044,7 @@ class LLVM_ABI_FOR_TEST VPInstruction : public VPRecipeWithIRFlags,
     ResumeForEpilogue,
     /// Returns the value for vscale.
     VScale,
+    Unpack,
----------------
fhahn wrote:

Added, thanks

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


More information about the llvm-commits mailing list