[PATCH] D100591: [Clang][AArch64] Disable rounding of return values for AArch64
Andrew Savonichev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 15 12:07:21 PDT 2021
asavonic added inline comments.
================
Comment at: clang/test/CodeGen/arm64-arguments.c:53
-// CHECK: define{{.*}} i64 @f12()
+// CHECK: define{{.*}} i24 @f11_packed()
+struct s11_packed { char c; short s } __attribute__((packed));
----------------
I'm not sure if `i24` here is a problem or not. Let me know if we need to handle this differently.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100591/new/
https://reviews.llvm.org/D100591
More information about the cfe-commits
mailing list