This is an archive of the discontinued LLVM Phabricator instance.

[TTI] fixing a bug in the isLegalMaskedScatter API
ClosedPublic

Authored by magabari on Jul 24 2017, 1:10 AM.

Details

Summary

isLegalMaskedScatter called the Gather version which is a bug.
use test case is provided within the review of AVX2 gathers at: https://reviews.llvm.org/D35772

Diff Detail

Repository
rL LLVM

Event Timeline

magabari created this revision.Jul 24 2017, 1:10 AM
RKSimon accepted this revision.Jul 24 2017, 1:33 AM

LGTM - thanks

This revision is now accepted and ready to land.Jul 24 2017, 1:33 AM
This revision was automatically updated to reflect the committed changes.