================
@@ -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