[llvm] [AVR] Fix a crash in AVRInstrInfo::insertIndirectBranch (PR #67324)
Ben Shi via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 26 20:26:12 PDT 2023
benshi001 wrote:
> To make this test easier to read (and less likely to not work anymore in the future due to unrelated changes), I think it would be better to write the test like branch-relaxation.ll and jmp-long.ll (lots of "nop" instructions between from the jump instruction to the branch target).
Done. I have created a new test `long_jmp.ll` for that, as you suggested.
https://github.com/llvm/llvm-project/pull/67324
More information about the llvm-commits
mailing list