This is an archive of the discontinued LLVM Phabricator instance.

[X86] Removed (unused) FSRL x86 operation
ClosedPublic

Authored by RKSimon on Jun 1 2015, 2:10 PM.

Details

Summary

This patch removes the old X86ISD::FSRL op - which was used to use the byte right shift operations with float vectors (causing a domain switch....). Since the refactoring of the shuffle lowering code this no longer has any use.

Diff Detail

Repository
rL LLVM

Event Timeline

RKSimon updated this revision to Diff 26928.Jun 1 2015, 2:10 PM
RKSimon retitled this revision from to [X86] Removed (unused) FSRL x86 operation.
RKSimon updated this object.
RKSimon edited the test plan for this revision. (Show Details)
RKSimon added reviewers: qcolombet, delena, chandlerc.
RKSimon set the repository for this revision to rL LLVM.
RKSimon added a subscriber: Unknown Object (MLST).
qcolombet accepted this revision.Jun 2 2015, 11:35 AM
qcolombet edited edge metadata.

Hi Simon,

LGTM.

Thanks for the cleanup!

Cheers,
-Quentin

This revision is now accepted and ready to land.Jun 2 2015, 11:35 AM
This revision was automatically updated to reflect the committed changes.