This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Add missing record form instructions to the P9 Scheduling Model
ClosedPublic

Authored by stefanp on Oct 4 2017, 1:32 PM.

Details

Summary

Some record form instructions were missing from the P9 Scheduling model. Got compilation errors when we tried to compile anything that used those instructions.
Those instructions have been added and the model has been marked as complete again.

Diff Detail

Repository
rL LLVM

Event Timeline

stefanp created this revision.Oct 4 2017, 1:32 PM
echristo accepted this revision.Oct 5 2017, 5:23 PM

OK.

-eric

This revision is now accepted and ready to land.Oct 5 2017, 5:23 PM
This revision was automatically updated to reflect the committed changes.