Commit 5a0032c
committed
tests: simplify dont-shufflevector-bswaps test
First, give it an appropriate name instead of "issue 122805":
it is about not generating shufflevector when a byteswap would do,
so we call it dont-shufflevector-bswaps now.
Second, explicitly set -Copt-level=2 instead of using -O
Third, remove unnecessary cruft: we only need to reason about the
shufflevector instruction and the bswap intrinsic.1 parent 43ca9d1 commit 5a0032c
File tree
2 files changed
+36
-58
lines changed- tests/codegen
- issues
2 files changed
+36
-58
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
This file was deleted.
0 commit comments