Details
Diff Detail
Event Timeline
| lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | ||
|---|---|---|
| 370 | Is it still -4 when we're shifting by 1 instead of 2? | |
| lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | ||
|---|---|---|
| 370 | If my understanding is correct -4 is defined only by the size of current instruction (balc and bc in this case) and it is 4 bytes: | |
| lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | ||
|---|---|---|
| 370 | That makes sense. Thanks. | |
This one ought to be ..._S1 and adjustFixupValue(), etc. should be corrected to match. Could you fix this in a separate patch?