This is an archive of the discontinued LLVM Phabricator instance.

[X86][AVX512] Fix sext v32i1 -> v32i8 lowering.
ClosedPublic

Authored by igorb on Oct 13 2016, 4:59 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 74496.Oct 13 2016, 4:59 AM
igorb retitled this revision from to [X86][AVX512] Fix sext v32i1 -> v32i8 lowering..
igorb updated this object.
igorb added reviewers: zvi, m_zuckerman.
igorb set the repository for this revision to rL LLVM.
igorb added a subscriber: llvm-commits.
zvi accepted this revision.Oct 13 2016, 6:20 AM
zvi edited edge metadata.

LGTM

test/CodeGen/X86/vector-sext.ll
5000 ↗(On Diff #74496)

If you add the 'nounwind' attribute, you won't get these .cfi directives in the generated code

This revision is now accepted and ready to land.Oct 13 2016, 6:20 AM
This revision was automatically updated to reflect the committed changes.