Commit f05e17d
Automerge: [AArch64] Fix tryToConvertShuffleOfTbl2ToTbl4 with non-buildvector input operands. (#135961)
It looks like this code is only considering buildvector inputs,
expecting the inputs to have at least 16 operands. This adds a check to
make sure that is true.
Fixes #135950File tree
2 files changed
+43
-11
lines changed- llvm
- lib/Target/AArch64
- test/CodeGen/AArch64
2 files changed
+43
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13872 | 13872 | | |
13873 | 13873 | | |
13874 | 13874 | | |
13875 | | - | |
13876 | | - | |
13877 | | - | |
13878 | | - | |
| 13875 | + | |
| 13876 | + | |
| 13877 | + | |
| 13878 | + | |
13879 | 13879 | | |
13880 | 13880 | | |
13881 | | - | |
13882 | | - | |
| 13881 | + | |
| 13882 | + | |
| 13883 | + | |
| 13884 | + | |
| 13885 | + | |
| 13886 | + | |
| 13887 | + | |
13883 | 13888 | | |
13884 | 13889 | | |
13885 | | - | |
13886 | | - | |
13887 | 13890 | | |
13888 | 13891 | | |
13889 | 13892 | | |
13890 | | - | |
| 13893 | + | |
13891 | 13894 | | |
13892 | | - | |
13893 | | - | |
| 13895 | + | |
13894 | 13896 | | |
13895 | 13897 | | |
13896 | 13898 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1254 | 1254 | | |
1255 | 1255 | | |
1256 | 1256 | | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
| 1267 | + | |
| 1268 | + | |
| 1269 | + | |
| 1270 | + | |
| 1271 | + | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
1257 | 1287 | | |
1258 | 1288 | | |
1259 | 1289 | | |
| |||
0 commit comments