This is an archive of the discontinued LLVM Phabricator instance.

[X86] Model 256-bit AVX instructions in the AMD Jaguar scheduler Part-1
ClosedPublic

Authored by avt77 on Jul 10 2017, 6:07 AM.

Details

Summary

It's a first part of D33099: [X86] Model 256-bit AVX instructions in the AMD Jaguar scheduler (PR28573). It includes only Add/Mul/Div/Sqrt changes from the original patch but these changes allow really speed up the current model.

Diff Detail

Repository
rL LLVM

Event Timeline

avt77 created this revision.Jul 10 2017, 6:07 AM
RKSimon accepted this revision.Jul 10 2017, 6:54 AM

LGTM - thanks Andrew

This revision is now accepted and ready to land.Jul 10 2017, 6:54 AM
This revision was automatically updated to reflect the committed changes.