[llvm] [MCA][AArch64] Fix Neoverse N2 pair-load RThroughput (PR #171853)

Amina Chabane via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 12 05:53:56 PST 2025


================
@@ -796,6 +796,15 @@ def : InstRW<[N2Write_2c_1M], (instregex "^BFM[WX]ri$")>;
 def : SchedAlias<WriteLD,    N2Write_4c_1L>;
 def : SchedAlias<WriteLDIdx, N2Write_4c_1I_1L>;
 
+// Load pair, signed immed offset, normal, X-form
+def : InstRW<[N2Write_4c_1L, N2Write_4c_1L, WriteLDHi],
----------------
Amichaxx wrote:

Thanks for the review. I have amended it now.

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


More information about the llvm-commits mailing list