[PATCH] D94605: [ARM] Use ResourceUses annotations for Cortex-M7
David Penry via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 13 08:06:44 PST 2021
dpenry created this revision.
Herald added subscribers: danielkiss, gbedwell, hiraditya, kristof.beyls.
Herald added a reviewer: andreadb.
dpenry requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
ResourceUses annotations give better scheduling results than
repeating a write resource because ResourceUses are parallel
uses instead of serial uses.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94605
Files:
llvm/lib/Target/ARM/ARMScheduleM7.td
llvm/test/tools/llvm-mca/ARM/m7-fp.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94605.316404.patch
Type: text/x-patch
Size: 24478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210113/4fa52700/attachment.bin>
More information about the llvm-commits
mailing list