This is an archive of the discontinued LLVM Phabricator instance.

[Attributor][FIX] Use check line that is actually tested
ClosedPublic

Authored by jdoerfert on Oct 13 2019, 11:05 AM.

Details

Summary

This changes "CHECK" check lines to "ATTRIBUTOR" check lines where
necessary and also fixes the now exposed, mostly minor, problems.

Diff Detail

Event Timeline

jdoerfert created this revision.Oct 13 2019, 11:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 13 2019, 11:05 AM

Handle pointers with address spaces and make sure uses are pointer operands

sstefan1 accepted this revision.Oct 13 2019, 1:28 PM

lgtm.

This revision is now accepted and ready to land.Oct 13 2019, 1:28 PM
This revision was automatically updated to reflect the committed changes.