This is an archive of the discontinued LLVM Phabricator instance.

AVX512: Fix scalar mem operands in TD file.
ClosedPublic

Authored by igorb on Feb 22 2016, 2:50 AM.

Details

Summary

AVX512: Fix scalar mem operands. Encoding tests was changed to force AV512 encoding ( after _Src.MemOp was changed to _Src.ScalarMemOp got AVX encoding)

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 48661.Feb 22 2016, 2:50 AM
igorb retitled this revision from to AVX512: Fix scalar mem operands in TD file..
igorb updated this object.
igorb added reviewers: delena, AsafBadouh.
igorb set the repository for this revision to rL LLVM.
igorb added a subscriber: llvm-commits.
delena accepted this revision.Feb 22 2016, 3:35 AM
delena edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 22 2016, 3:35 AM
This revision was automatically updated to reflect the committed changes.