This is an archive of the discontinued LLVM Phabricator instance.

[x86] Fix compile fail in combineX86ShufflesRecursively function in case of IncomingMask has -1 elements
Needs ReviewPublic

Authored by rob.khasanov on Aug 14 2014, 8:35 AM.

Details

Reviewers
nadav
Summary

Fix compile fail in combineX86ShufflesRecursively function in case of IncomingMask has -1 elements.
If IncomingMask[i] = -1 for some i, push -1 to Mask instead of OpMask[IncomingMask[i]]
PR20540

Diff Detail

Event Timeline

rob.khasanov retitled this revision from to [x86] Fix compile fail in combineX86ShufflesRecursively function in case of IncomingMask has -1 elements.
rob.khasanov updated this object.
rob.khasanov edited the test plan for this revision. (Show Details)
rob.khasanov added reviewers: chandlerc, nadav.
rob.khasanov added a subscriber: Unknown Object (MLST).
chandlerc resigned from this revision.Mar 29 2015, 1:05 PM
chandlerc removed a reviewer: chandlerc.

Obsolete after a deeper fix was applied.