[PATCH] D72031: [Scheduling] Create the missing dependency edges for store cluster

qshanz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 8 02:43:34 PST 2020


steven.zhang added a comment.
Herald added a subscriber: herhut.

In D72031#1807588 <https://reviews.llvm.org/D72031#1807588>, @fhahn wrote:

> This adds new dependencies, hence I think it would be good to gather code size/perf numbers with this change for some impacted targets (e.g. AArch64) to be reasonably sure that there are no unexpected knock-on effects.


I can do the code size part with spec 2017 for AArch64 and other affected targets, but I cannot evaluate the perf numbers as I didn't have the env. Can someone help me get that data ? Thank you in advance!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72031/new/

https://reviews.llvm.org/D72031





More information about the llvm-commits mailing list