This is an archive of the discontinued LLVM Phabricator instance.

AVX-512: Fixed a bug in shuffle for v64i8 type
ClosedPublic

Authored by delena on Mar 9 2016, 7:41 AM.

Details

Summary

A bug is in SCALAR_TO_VECTOR lowering.
The failure:
LLVM ERROR: Cannot select: t18: v32i16 = scalar_to_vector Constant:i16<1>

t14: i16 = Constant<1>

Diff Detail

Repository
rL LLVM

Event Timeline

delena updated this revision to Diff 50139.Mar 9 2016, 7:41 AM
delena retitled this revision from to AVX-512: Fixed a bug in shuffle for v64i8 type.
delena updated this object.
delena added a reviewer: igorb.
delena set the repository for this revision to rL LLVM.
delena added a subscriber: llvm-commits.
igorb accepted this revision.Mar 10 2016, 12:25 AM
igorb edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 10 2016, 12:25 AM
This revision was automatically updated to reflect the committed changes.