[PATCH] D98628: [MCA] Disable RCU for InOrderIssueStage

Andrea Di Biagio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 19 12:24:39 PDT 2021


andreadb accepted this revision.
andreadb added a comment.
This revision is now accepted and ready to land.

LGTM.

Thanks!



================
Comment at: llvm/test/tools/llvm-mca/ARM/m7-negative-readadvance.s:63
+# CHECK-NEXT: [0,1]     .DE .   add.w	r1, r1, #2
+# CHECK-NEXT: [0,2]     . DeE   vldr	d0, [r1]
 
----------------
I am assuming that this change is correct.
Not sure if we have already enough load/store tests. If not, then it may be worthy to add some tests (maybe as a follow-up. But only if you think that it is required).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98628/new/

https://reviews.llvm.org/D98628



More information about the llvm-commits mailing list