This is an archive of the discontinued LLVM Phabricator instance.

OpenCL: Don't warn on v printf modifier
ClosedPublic

Authored by arsenm on Nov 6 2018, 11:03 AM.

Details

Reviewers
Anastasia
Summary

This avoids spurious warnings, but could use
a lot of work. For example the number of vector
elements is not verified, and the passed
value type is not checked.

Diff Detail

Event Timeline

arsenm created this revision.Nov 6 2018, 11:03 AM
Anastasia accepted this revision.Nov 6 2018, 11:10 AM

LGTM! Thanks! Seems like a reasonable start.

This revision is now accepted and ready to land.Nov 6 2018, 11:10 AM
arsenm closed this revision.Nov 13 2018, 2:33 PM

r346806