[PATCH] D111037: [X86] Check if struct is blank before getting the inner types
Pengfei Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 7 23:23:49 PDT 2021
pengfei added inline comments.
================
Comment at: clang/test/CodeGen/X86/avx512fp16-abi.c:207
+} pr52011() {
+ // CHECK-C: define{{.*}} { float, double } @pr52011
+}
----------------
LuoYuanke wrote:
> Why not test CPP as well?
CPP doesn't allow unnamed struct defined in the result type. I can change them to named struct.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111037/new/
https://reviews.llvm.org/D111037
More information about the cfe-commits
mailing list