[llvm] [AArch64][PAC] Lower jump-tables using hardened pseudo. (PR #97666)

Jon Roelofs via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 13:24:28 PDT 2024


================
@@ -104,6 +104,8 @@ class AArch64AsmPrinter : public AsmPrinter {
 
   void LowerJumpTableDest(MCStreamer &OutStreamer, const MachineInstr &MI);
 
+  void LowerHardenedBRJumpTable(const MachineInstr &MI);
----------------
jroelofs wrote:

I think it's only worth adding this when it's actually needed.

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


More information about the llvm-commits mailing list