This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][NFC]Add testcase for STWU scheduling check
ClosedPublic

Authored by jsji on Nov 19 2018, 6:56 AM.

Details

Summary

This patch add a STWU testcase for scheduling check.

Currently P7/P8 which use itineraries are missing IIC_LdStStoreUpd,
We use CHECK-ITIN prefix to check P7/P8, then use default for P9 (and future).

We will fix the missing itineraries of IIC_LdStStoreUpd in following patch, and update this testcase to show the scheduling difference only there.

Diff Detail

Repository
rL LLVM

Event Timeline

jsji created this revision.Nov 19 2018, 6:56 AM
nemanjai accepted this revision.Nov 20 2018, 6:41 AM

Feel free to just commit patches like this. It appears you're just adding a test case ahead of a patch to make the review easier as it shows only the diffs in code gen.

This revision is now accepted and ready to land.Nov 20 2018, 6:41 AM
This revision was automatically updated to reflect the committed changes.