[PATCH] D34398: [ARM] Improve if-conversion for M-class CPUs without branch predictors

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 07:04:49 PDT 2017


javed.absar added inline comments.


================
Comment at: lib/Target/ARM/ARMScheduleM3.td:1
+def CortexM3Model : SchedMachineModel {
+  let IssueWidth        = 1; // Only IT can be dual-issued, so assume single-issue
----------------
Heading comments seems to be missing (e.g. https://github.com/llvm-mirror/llvm/blob/master/lib/Target/ARM/ARMScheduleA57.td#L1)



Repository:
  rL LLVM

https://reviews.llvm.org/D34398





More information about the llvm-commits mailing list