[PATCH] D90844: [TableGen][SchedModels] Fix read/write variant substitution #2

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 05:55:54 PST 2020


evgeny777 created this revision.
evgeny777 added reviewers: dmgreen, andreadb.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
evgeny777 requested review of this revision.

This is continuation to D89777 <https://reviews.llvm.org/D89777> and addresses the case when some SchedRW can be partially pushed (i.e some of its read variants intersect with transition vector and some don't). Patch removes write variant for `WriteALUsi` which causes `IIC_WriteALUsi_ReadALUsr` to have two read variants (Swift and A57 models), but only one write variant (Swift model).


https://reviews.llvm.org/D90844

Files:
  llvm/lib/Target/ARM/ARMScheduleA57.td
  llvm/utils/TableGen/CodeGenSchedule.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90844.303092.patch
Type: text/x-patch
Size: 8788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201105/dbe1071d/attachment.bin>


More information about the llvm-commits mailing list