This is an archive of the discontinued LLVM Phabricator instance.

clang: Handle MatrixType in hasFloatingRepresentation
ClosedPublic

Authored by arsenm on Mar 2 2023, 3:01 AM.

Details

Reviewers
fhahn
Summary

Allows applying nofpclass to matrix arguments.

Diff Detail

Event Timeline

arsenm created this revision.Mar 2 2023, 3:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2023, 3:01 AM
Herald added a subscriber: StephenFan. · View Herald Transcript
arsenm requested review of this revision.Mar 2 2023, 3:01 AM
fhahn accepted this revision.Mar 7 2023, 9:00 AM

LGTM, thanks!

This revision is now accepted and ready to land.Mar 7 2023, 9:00 AM