Skip to content

Conversation

@mshockwave
Copy link
Member

We had vector.(de)interleave3/5/7 tests for floating point fixed vectors but not for scalable vectors. This patch adds some tests. I also reorganized the test files so all integer tests are put at the top.

@mshockwave mshockwave requested review from preames and topperc April 24, 2025 22:05
ret {<vscale x 8 x half>, <vscale x 8 x half>, <vscale x 8 x half>, <vscale x 8 x half>, <vscale x 8 x half>, <vscale x 8 x half>, <vscale x 8 x half>} %res
}

define {<vscale x 2 x bfloat>, <vscale x 2 x bfloat>, <vscale x 2 x bfloat>, <vscale x 2 x bfloat>, <vscale x 2 x bfloat>, <vscale x 2 x bfloat>, <vscale x 2 x bfloat>} @vector_deinterleave_nxv2bf16_nxv14bf16(<vscale x 14 x bfloat> %arg) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nounwind

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Collaborator

@topperc topperc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mshockwave mshockwave merged commit 7122d9c into llvm:main Apr 24, 2025
9 of 11 checks passed
@mshockwave mshockwave deleted the patch/rvv/vector-interleave-codegen-tests branch April 24, 2025 23:51
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
…able vectors (llvm#137257)

We had `vector.(de)interleave3/5/7` tests for floating point fixed
vectors but not for scalable vectors. This patch adds some tests. I also
reorganized the test files so all integer tests are put at the top.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants