This is an archive of the discontinued LLVM Phabricator instance.

[AVX512] Fix pattern for vgetmantsd instruction
ClosedPublic

Authored by igorb on Sep 11 2016, 4:32 AM.

Details

Summary

Fix pattern for vgetmantsd and all other instructions that use same class. Fix memory operand size, remove unnecessary pattern.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 70962.Sep 11 2016, 4:32 AM
igorb retitled this revision from to [AVX512] Fix pattern for vgetmantsd instruction.
igorb updated this object.
igorb added reviewers: delena, AsafBadouh, guyblank.
igorb set the repository for this revision to rL LLVM.
igorb added a subscriber: llvm-commits.
AsafBadouh accepted this revision.Sep 11 2016, 4:50 AM
AsafBadouh edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 11 2016, 4:50 AM
This revision was automatically updated to reflect the committed changes.