This is an archive of the discontinued LLVM Phabricator instance.

[Lint] Add check for intrinsic get.active.lane.mask
ClosedPublic

Authored by SjoerdMeijer on Sep 7 2020, 2:34 AM.

Details

Summary

As @efriedma pointed out in D86301, this not equal to 0 check of get.active.lane.mask's second operand needs to live here in Lint and not the Verifier.

Diff Detail

Event Timeline

SjoerdMeijer created this revision.Sep 7 2020, 2:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 7 2020, 2:34 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
SjoerdMeijer requested review of this revision.Sep 7 2020, 2:34 AM

Updated test

Little non-urgent ping, but would be nice to get this little guy out of the way.

This revision is now accepted and ready to land.Sep 16 2020, 6:36 PM
This revision was automatically updated to reflect the committed changes.