This is an archive of the discontinued LLVM Phabricator instance.

AVX-512: Fixed a bug in "select" operation for i1 type
ClosedPublic

Authored by delena on Oct 21 2015, 6:43 AM.

Details

Summary

A test failed on AVX-512, 32-bit target with
LLVM ERROR: Cannot select: t33: i1 = select_cc t25, Constant:i32<0>, t45, t42, seteq:ch

Diff Detail

Repository
rL LLVM

Event Timeline

delena updated this revision to Diff 38003.Oct 21 2015, 6:43 AM
delena retitled this revision from to AVX-512: Fixed a bug in "select" operation for i1 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.Oct 22 2015, 12:01 AM
igorb edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 22 2015, 12:01 AM
This revision was automatically updated to reflect the committed changes.

Thank you!

  • Elena