[PATCH] D109607: [X86] Refactor GetSSETypeAtOffset to fix pr51813

LuoYuanke via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 15 01:36:26 PDT 2021


LuoYuanke added inline comments.


================
Comment at: clang/test/CodeGen/X86/avx512fp16-abi.c:153
+struct float2 {
+  struct {} s;
+  float a;
----------------
Add a test case for "{ struct {}; half; struct {}; half;}?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109607/new/

https://reviews.llvm.org/D109607



More information about the cfe-commits mailing list