[clang] [llvm] [LoongArch] Add options for annotate tablejump (PR #102411)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 15 04:47:19 PDT 2024
================
@@ -601,6 +612,44 @@ bool LoongArchPreRAExpandPseudo::expandFunctionCALL(
return true;
}
+void LoongArchPreRAExpandPseudo::annotateTableJump(
+ MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI) {
+ MachineFunction *MF = MBB.getParent();
+ MachineRegisterInfo &MRI = MBB.getParent()->getRegInfo();
+
+ bool IsFinded = false;
----------------
heiher wrote:
IsFound
https://github.com/llvm/llvm-project/pull/102411
More information about the cfe-commits
mailing list