Before this patch, vector_splice mask operation go through expandVectorSplice. But if Imm >= 0 in vector_splice, tests will crash when it go through expandVectorSplice.
So, I change expand vector_splice mask operation to promote. This patch D94708 has implemented vector_splice promote.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please land the new tests, and then rebase so that code changes are visible. (Unless this is fixing a crash, and then please clarify the commit message.)
Comment Actions
I created D128778 for precommit test, but I set Imm = -1 in all precommit tests. If Imm >= 0, tests will crash. After precommit test land, I will rebase it and update this patch.