This is an archive of the discontinued LLVM Phabricator instance.

[SVE ACLE] Remove redundant bool_t typedef.
ClosedPublic

Authored by paulwalker-arm on Jun 5 2020, 4:50 AM.

Diff Detail

Event Timeline

paulwalker-arm created this revision.Jun 5 2020, 4:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2020, 4:50 AM
This revision is now accepted and ready to land.Jun 5 2020, 5:06 AM

Stop SveEmitter adding a _t suffix to the scalar boolean type.

This revision was automatically updated to reflect the committed changes.