This is an archive of the discontinued LLVM Phabricator instance.

isBytewiseValue checks ConstantVector element by element
ClosedPublic

Authored by vitalybuka on Jul 1 2019, 1:18 PM.

Details

Summary

Vector of the same value with few undefs will sill be considered "Bytewise"

Event Timeline

vitalybuka created this revision.Jul 1 2019, 1:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 1 2019, 1:18 PM
vitalybuka retitled this revision from isBytewiseValue check ConstantVector element by element to isBytewiseValue checks ConstantVector element by element.
vitalybuka edited the summary of this revision. (Show Details)
vitalybuka added reviewers: eugenis, pcc.

This seems correct. Any idea why it has not been done this way from the start?

This seems correct. Any idea why it has not been done this way from the start?

No

jfb accepted this revision.Jul 12 2019, 10:37 AM
This revision is now accepted and ready to land.Jul 12 2019, 10:37 AM
This revision was automatically updated to reflect the committed changes.