This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Code cleanup. Remove instructions that were withdrawn from Power 9.
ClosedPublic

Authored by stefanp on Feb 22 2018, 12:19 PM.

Details

Summary

The following set of instructions was originally planned to be added for Power 9 and so code was added to support them. However, a decision was made later on to withdraw support for these instructions in the hardware.
xscmpnedp
xvcmpnesp
xvcmpnedp
This patch removes support for the instructions that were not added.

Diff Detail

Repository
rL LLVM

Event Timeline

stefanp created this revision.Feb 22 2018, 12:19 PM
echristo accepted this revision.Feb 22 2018, 12:27 PM

Feel free to commit anything like this in the future and we'll do post-commit review on it.

Thanks!

-eric

This revision is now accepted and ready to land.Feb 22 2018, 12:27 PM
This revision was automatically updated to reflect the committed changes.