This is an archive of the discontinued LLVM Phabricator instance.

[ms] [llvm-ml] Add missing built-in type aliases
ClosedPublic

Authored by epastor on Sep 7 2020, 10:34 AM.

Details

Summary

Add signed aliases for integral types, as well as the "DF" abbreviation for the FWORD type.

Diff Detail

Event Timeline

epastor created this revision.Sep 7 2020, 10:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 7 2020, 10:34 AM
epastor requested review of this revision.Sep 7 2020, 10:34 AM
epastor updated this revision to Diff 290567.Sep 8 2020, 12:43 PM

Add tests for most built-in types (REAL10 not yet supported)

test?

Tests added. (Didn't have exhaustive tests for the built-in types before this.)

epastor updated this revision to Diff 290774.Sep 9 2020, 11:07 AM

Rebase to HEAD

thakis accepted this revision.Sep 14 2020, 10:03 AM
This revision is now accepted and ready to land.Sep 14 2020, 10:03 AM
This revision was automatically updated to reflect the committed changes.