This is an archive of the discontinued LLVM Phabricator instance.

[AVX512] Fix intrinsic cmp{sd|ss} lowering.
ClosedPublic

Authored by igorb on May 25 2016, 2:06 AM.

Details

Summary

[AVX512] Fix intrinsic cmp{sd|ss} lowering. Intrinsic should return 1/0 and not FF/0.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 58393.May 25 2016, 2:06 AM
igorb retitled this revision from to [AVX512] Fix intrinsic cmp{sd|ss} lowering..
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.May 26 2016, 4:49 AM
delena edited edge metadata.
This revision is now accepted and ready to land.May 26 2016, 4:49 AM
This revision was automatically updated to reflect the committed changes.