================
@@ -167,6 +169,39 @@ bool LoongArchPreRAExpandPseudo::expandMI(
   case LoongArch::PseudoTAIL_MEDIUM:
   case LoongArch::PseudoTAIL_LARGE:
     return expandFunctionCALL(MBB, MBBI, NextMBBI, /*IsTailCall=*/true);
+  case LoongArch::PseudoBRIND: {
+    // If the PseudoBRIND is used to table jump, then emit a label to annotate
----------------
heiher wrote:

Move these statements into a new method function?

https://github.com/llvm/llvm-project/pull/102411
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to