[PATCH] D111037: [X86] Check if struct is blank before getting the inner types

LuoYuanke via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 7 19:40:37 PDT 2021


LuoYuanke added inline comments.


================
Comment at: clang/test/CodeGen/X86/avx512fp16-abi.c:203
+struct {
+  float a;
+  struct {};
----------------
Add more cases for the struct composed of _Float16, float, double, 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