[PATCH] D44687: [SchedModel] Remove instregex entries that don't match any instructions (WIP)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 23 06:37:45 PDT 2018


RKSimon updated this revision to Diff 139584.
RKSimon added a comment.

Rebased after recent scheduler fixes - just the ARM cases still need to be reviewed/committed now.

I've removed the single match code - we can revisit this in the future but for now the number of warnings is just too much for a buildtime performance issues. I'll try to work on at least fixing the x86 cases.


Repository:
  rL LLVM

https://reviews.llvm.org/D44687

Files:
  lib/Target/ARM/ARMScheduleA9.td
  lib/Target/ARM/ARMScheduleR52.td
  lib/Target/ARM/ARMScheduleSwift.td
  utils/TableGen/CodeGenSchedule.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44687.139584.patch
Type: text/x-patch
Size: 15604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180323/4f032780/attachment.bin>


More information about the llvm-commits mailing list