[llvm] [AArch64] Add SchedReadAdvance to Neoverse-V1 scheduling model. (PR #111538)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 9 09:03:38 PDT 2024
================
@@ -553,16 +634,22 @@ def : InstRW<[V1Write_1c_1J], (instrs SETF8, SETF16, RMIF, CFINV)>;
def : SchedAlias<WriteID32, V1Write_12c5_1M0>;
def : SchedAlias<WriteID64, V1Write_20c5_1M0>;
+def : SchedAlias<WriteIM32, V1Write_2c_1M>;
+def : SchedAlias<WriteIM64, V1Write_2c_1M>;
----------------
davemgreen wrote:
I would remove the spaces after the def, if they no longer line-up with other instructions around it.
https://github.com/llvm/llvm-project/pull/111538
More information about the llvm-commits
mailing list