This is an archive of the discontinued LLVM Phabricator instance.

Fix ISA disabling in case AVX512VL present
ClosedPublic

Authored by igorb on Jul 22 2015, 7:02 AM.

Details

Summary

AVX : Fix ISA disabling in case AVX512VL , some instructions should be disabled only if AVX512BW and AVX512VL present.
Tests added.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 30346.Jul 22 2015, 7:02 AM
igorb retitled this revision from to Fix ISA disabling in case AVX512VL present.
igorb updated this object.
igorb added a reviewer: delena.
igorb set the repository for this revision to rL LLVM.
igorb added a subscriber: llvm-commits.
igorb updated this object.Jul 22 2015, 7:05 AM
igorb updated this revision to Diff 30451.Jul 22 2015, 11:22 PM
This revision was automatically updated to reflect the committed changes.