yingopq
bbe5ceb22f
[Mips] When emit instruction, ignore JUMP_TABLE_DEBUG_INFO ( #139830 )
...
When -triple is windows, SelectionDAGLegalize process Legalizing br_jt,
would generate ISD::JUMP_TABLE_DEBUG_INFO.
Then Mips process emitInstruction, would think JUMP_TABLE_DEBUG_INFO is
a pseudo instruction and generate an error `Pseudo opcode found in
emitInstruction()`.
This instruction `TargetOpcode::JUMP_TABLE_DEBUG_INFO` is only used to
note jump table debug info, so we can ignore it when Mips emit
instruction.
Fix #134916 .
2025-06-06 15:44:21 +08:00
..
2025-05-26 18:45:05 -07:00
2024-11-16 12:13:26 -08:00
2025-05-26 14:57:16 -07:00
2024-12-16 15:13:46 +03:00
2025-04-28 09:26:34 -07:00
2025-04-21 04:21:37 +03:00
2025-05-26 14:57:16 -07:00
2025-02-24 09:55:34 -08:00
2025-02-24 09:55:34 -08:00
2024-11-16 12:13:26 -08:00
2025-04-17 21:46:24 -07:00
2024-11-16 12:13:26 -08:00
2025-05-09 07:40:02 +08:00
2025-04-28 09:26:34 -07:00
2025-05-06 18:01:17 -07:00
2025-05-30 22:33:34 -04:00
2025-05-06 18:01:17 -07:00
2025-05-06 18:01:17 -07:00
2025-05-23 08:30:29 -07:00
2025-04-16 10:56:06 +08:00
2025-05-04 07:56:38 -07:00
2025-04-17 21:46:24 -07:00
2025-01-20 16:47:40 +08:00
2025-05-23 08:30:29 -07:00
2025-06-06 15:44:21 +08:00
2025-05-23 08:30:29 -07:00
2025-04-25 17:36:27 +08:00
2024-11-16 12:13:26 -08:00
2024-10-18 09:35:42 +04:00
2025-05-14 19:52:31 +08:00
2025-05-14 19:52:31 +08:00
2025-04-28 09:26:34 -07:00
2024-11-16 20:55:33 -08:00
2024-11-18 10:06:13 +01:00
2025-05-14 05:25:47 -04:00
2025-05-14 05:25:47 -04:00
2025-03-20 21:19:20 -07:00
2025-03-20 21:19:20 -07:00
2024-11-16 21:42:18 -08:00
2025-05-23 08:30:29 -07:00
2025-05-23 08:30:29 -07:00
2025-05-26 14:57:16 -07:00
2025-02-20 20:53:30 +08:00
2025-05-04 01:18:19 -04:00
2025-04-21 04:21:37 +03:00
2025-02-24 09:55:34 -08:00
2025-02-24 09:55:34 -08:00
2025-04-28 11:09:43 +10:00
2025-02-16 19:10:49 -08:00
2025-01-24 11:23:34 +08:00
2025-01-24 11:23:34 +08:00
2024-12-21 05:29:51 +03:00
2024-12-21 05:29:51 +03:00
2024-11-16 12:13:26 -08:00
2025-05-30 08:03:50 +02:00
2025-05-30 22:33:34 -04:00
2025-05-06 18:01:17 -07:00
2024-11-14 13:30:05 -08:00
2025-03-05 23:14:04 -08:00
2025-04-22 06:27:29 +03:00
2025-04-26 15:25:40 +03:00