Commit 33ecef9
authored
[X86][CodeGen] Fix crash when commute operands of Instruction for code size (llvm#79245)
Reported in 134fcc6
Incorrect opcode is used b/c there is a `[[fallthrough]]` at line 2386.1 parent b0763a1 commit 33ecef9
File tree
2 files changed
+23
-21
lines changed- llvm
- lib/Target/X86
- test/CodeGen/X86
2 files changed
+23
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2326 | 2326 | | |
2327 | 2327 | | |
2328 | 2328 | | |
2329 | | - | |
2330 | | - | |
2331 | | - | |
2332 | | - | |
2333 | | - | |
2334 | | - | |
2335 | | - | |
2336 | | - | |
2337 | | - | |
2338 | | - | |
2339 | | - | |
2340 | | - | |
2341 | | - | |
2342 | | - | |
2343 | | - | |
2344 | | - | |
2345 | | - | |
2346 | | - | |
2347 | | - | |
2348 | | - | |
2349 | | - | |
| 2329 | + | |
2350 | 2330 | | |
| 2331 | + | |
| 2332 | + | |
| 2333 | + | |
| 2334 | + | |
| 2335 | + | |
| 2336 | + | |
| 2337 | + | |
| 2338 | + | |
| 2339 | + | |
| 2340 | + | |
| 2341 | + | |
| 2342 | + | |
2351 | 2343 | | |
2352 | 2344 | | |
2353 | 2345 | | |
2354 | 2346 | | |
2355 | 2347 | | |
| 2348 | + | |
2356 | 2349 | | |
2357 | 2350 | | |
2358 | 2351 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
0 commit comments