This should have been the 4 byte version in the first place. Unfortunatelly there is no easy way to add a test as both the 1 byte and 4 byte version are printed as 'jmp' in the assembly code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I found a failure at link time for some of the binaries in Google code base. So it will require some sort of "integration test", which will try to link the code. I am not aware that such infrastructure exists in LLVM, but I might be wrong.
Comment Actions
I don't know, but the .ll tests get linked, so I assume there must be some
way to trigger the problem. Maybe not worth the effort.