[llvm] [IR] Add llvm.vector.[de]interleave{4,6,8} (PR #139893)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Mon May 26 06:40:53 PDT 2025


================
@@ -153,8 +153,11 @@ namespace Intrinsic {
       TruncArgument,
       HalfVecArgument,
       OneThirdVecArgument,
+      OneFourthVecArgument,
       OneFifthVecArgument,
+      OneSixthVecArgument,
       OneSeventhVecArgument,
+      OneEighthVecArgument,
----------------
lukel97 wrote:

Looks like it, I've opened up a follow up PR to do this: #141492

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


More information about the llvm-commits mailing list