This is an archive of the discontinued LLVM Phabricator instance.

[RFC][llvm-mca][patch 3/3] Add support for variant scheduling classes in llvm-mca.
AbandonedPublic

Authored by andreadb on May 10 2018, 8:35 AM.

Details

Summary

This patch is related to the LLVM-dev RFC "[RFC] MC support for variant scheduling classes".

As the title says, this patch teaches llvm-mca how to solve variant scheduling classes.

Note that this patch doesn't have a test case. I plan to add it soon.

Diff Detail

Event Timeline

andreadb created this revision.May 10 2018, 8:35 AM
mattd added a subscriber: mattd.May 10 2018, 9:46 AM
andreadb updated this revision to Diff 146152.May 10 2018, 10:28 AM

Patch updated. Note that this patch still needs a test case.

andreadb abandoned this revision.May 25 2018, 9:52 AM

Abandoning this patch in favor of D47374.