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

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Wed May 14 14:36:18 PDT 2025


s-barannikov 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

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


More information about the llvm-commits mailing list