[llvm] [BOLT][AArch64] Add support for long absolute LLD thunks/veneers (PR #113408)
    Paschalis Mpeis via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Nov  5 09:18:22 PST 2024
    
    
  
================
@@ -1320,6 +1323,67 @@ class AArch64MCPlusBuilder : public MCPlusBuilder {
     return 3;
   }
 
+  /// Match the following pattern:
+  ///
+  ///   ADR x16, .L1
----------------
paschalis-mpeis wrote:
nit: this was meant to be LDR?
https://github.com/llvm/llvm-project/pull/113408
    
    
More information about the llvm-commits
mailing list