This is an archive of the discontinued LLVM Phabricator instance.

[X86] Add FP comparison scheduler classes
ClosedPublic

Authored by RKSimon on Apr 14 2018, 1:16 PM.

Details

Summary

Split VCMP/VMAX/VMIN instructions off to WriteFCmp and VCOMIS instructions off to WriteFCom instead of assuming they match WriteFAdd

Diff Detail

Repository
rL LLVM

Event Timeline

RKSimon created this revision.Apr 14 2018, 1:16 PM
This revision is now accepted and ready to land.Apr 15 2018, 6:35 PM
This revision was automatically updated to reflect the committed changes.