[llvm] [IR] Add llvm.vector.[de]interleave{4,6,8} (PR #139893)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Wed May 14 21:19:38 PDT 2025
================
@@ -340,6 +340,9 @@ def IIT_ONE_FIFTH_VEC_ARG : IIT_Base<63>;
def IIT_ONE_SEVENTH_VEC_ARG : IIT_Base<64>;
def IIT_V2048: IIT_Vec<2048, 65>;
def IIT_V4096: IIT_Vec<4096, 66>;
+def IIT_ONE_FOURTH_VEC_ARG : IIT_Base<67>;
----------------
wangpc-pp wrote:
(My obsession with perfect ordering...Ignore this comment and have it what it is now...)
https://github.com/llvm/llvm-project/pull/139893
More information about the llvm-commits
mailing list