[PATCH] D54142: [ARM] Cortex-M4 schedule

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 9 05:53:40 PST 2018


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

LGTM. Thanks for this.



================
Comment at: lib/Target/ARM/ARMScheduleM4.td:57
+// Stores we use a latency of 1 as they have no outputs
+
+def : M4UnitL1<WriteST>;
----------------
unnecessary extra line


https://reviews.llvm.org/D54142





More information about the llvm-commits mailing list