[llvm] [BOLT][AArch64] Add support for long absolute LLD thunks/veneers (PR #113408)

Maksim Panchenko via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 11:10:55 PST 2024


================
@@ -1320,6 +1323,67 @@ class AArch64MCPlusBuilder : public MCPlusBuilder {
     return 3;
   }
 
+  /// Match the following pattern:
+  ///
+  ///   ADR x16, .L1
----------------
maksfb wrote:

Thanks for catching it.

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


More information about the llvm-commits mailing list