We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79e21c commit 2a87065Copy full SHA for 2a87065
llvm/test/CodeGen/RISCV/zilsd-ldst-opt-prera.mir
@@ -1068,7 +1068,7 @@ body: |
1068
%1:gpr = COPY $x11
1069
%2:gpr = LW %0, 0 :: (load (s32))
1070
; Insert 11 instructions between the two loads
1071
- ; This makes the distance > MaxRescheduleDistance (10)
+ ; This makes the distance greater than the configured MaxRescheduleDistance
1072
%3:gpr = ADD %2, %1
1073
%4:gpr = ADD %3, %1
1074
%5:gpr = ADD %4, %1
0 commit comments