[llvm] [Mips] When emit instruction, ignore JUMP_TABLE_DEBUG_INFO (PR #139830)

via llvm-commits llvm-commits at lists.llvm.org
Thu May 15 00:29:18 PDT 2025


yingopq wrote:

> I think a better fix would be to add `|| CurrI->isJumpTableDebugInfo()` here:
> 
> https://github.com/llvm/llvm-project/blob/b4ab53c3b04787f430c2e3484998951c48b05968/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp#L698

Good idea, thanks!

https://github.com/llvm/llvm-project/pull/139830


More information about the llvm-commits mailing list