This is an archive of the discontinued LLVM Phabricator instance.

[X86][BtVer2] X86ISD::VPERMILPV has local forwarding disabled
ClosedPublic

Authored by RKSimon on Jan 21 2019, 8:58 AM.

Details

Summary

Similar to horizontal ops on D56777, the vpermilpd/vpermilps variable mask ops has local forwarding disabled, adding +1cy to the use latency for the result.

Diff Detail

Repository
rL LLVM

Event Timeline

RKSimon created this revision.Jan 21 2019, 8:58 AM
spatel accepted this revision.Jan 21 2019, 3:53 PM

LGTM

This revision is now accepted and ready to land.Jan 21 2019, 3:53 PM
This revision was automatically updated to reflect the committed changes.