Commit f62ab33
authored
[RISCV] Fix incorrect mask of shuffle vector in the test. (NFC) (#130244)
The mask of shuffle vector should be <u, u, 4, 6, 8, 10, 12, 14>, not
<u, u, 4, 6, *6, 10, 12, 14> for steps of 2.
And the mask of suffle vector with an undef initial element has been
supported by #118509.1 parent 69527b0 commit f62ab33
File tree
1 file changed
+4
-16
lines changed- llvm/test/CodeGen/RISCV/rvv
1 file changed
+4
-16
lines changedLines changed: 4 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
384 | 383 | | |
385 | 384 | | |
386 | 385 | | |
387 | 386 | | |
388 | 387 | | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
403 | 391 | | |
404 | 392 | | |
405 | 393 | | |
406 | | - | |
| 394 | + | |
407 | 395 | | |
408 | 396 | | |
409 | 397 | | |
| |||
0 commit comments