This is an archive of the discontinued LLVM Phabricator instance.

[MSP430] Align the _Complex ABI with current msp430-gcc
ClosedPublic

Authored by atrosinenko on Jun 26 2020, 5:33 AM.

Details

Summary

Assembler output is checked against msp430-gcc 9.2.0.50 from TI.

Diff Detail

Event Timeline

atrosinenko created this revision.Jun 26 2020, 5:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 26 2020, 5:33 AM
asl added inline comments.Jul 8 2020, 5:26 AM
clang/test/CodeGen/msp430-abi-complex.c
9

What's about Complex Int?

Support int/long/long long _Complex types (GCC extension). According to msp430-gcc v9.2.0, they behave identically.

asl accepted this revision.Jul 8 2020, 2:25 PM

LGTM, thanks!

This revision is now accepted and ready to land.Jul 8 2020, 2:25 PM
This revision was automatically updated to reflect the committed changes.