Files
clang-p2996/llvm/test/CodeGen/AArch64/fixed-vector-interleave.ll
Dhruv Chawla a7f3d17de1 [GlobalISel] Add support for interleave and deinterleave intrinsics to IRTranslator (#85199)
This patch adds support for the @llvm.experimental.vector.{interleave2,
deinterleave2} intrinsics to IRTranslator for fixed-width vector types.
They are lowered to vector shuffles, in roughly the same manner as
SelectionDAG.
2024-03-15 17:18:17 +05:30

6.0 KiB