[PATCH] D82646: [MSP430] Align the _Complex ABI with current msp430-gcc
Anton Korobeynikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 8 05:26:53 PDT 2020
asl added inline comments.
================
Comment at: clang/test/CodeGen/msp430-abi-complex.c:8
+
+void complex_float_arg_first(float _Complex x, int n) {
+// CHECK-LABEL: @complex_float_arg_first
----------------
What's about Complex Int?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82646/new/
https://reviews.llvm.org/D82646
More information about the cfe-commits
mailing list