[llvm] [IR] Add llvm.vector.[de]interleave{4,6,8} (PR #139893)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sat May 24 01:51:01 PDT 2025
================
@@ -153,8 +153,11 @@ namespace Intrinsic {
TruncArgument,
HalfVecArgument,
OneThirdVecArgument,
+ OneFourthVecArgument,
OneFifthVecArgument,
+ OneSixthVecArgument,
OneSeventhVecArgument,
+ OneEighthVecArgument,
----------------
nikic wrote:
Can we instead parameterize a single IIT descriptor with the divisor?
https://github.com/llvm/llvm-project/pull/139893
More information about the llvm-commits
mailing list