[PATCH] D76360: [PPC][AIX] Emit correct Vaarg for 32BIT-AIX in clang

Xiangling Liao via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 6 10:51:40 PDT 2020


Xiangling_L added inline comments.


================
Comment at: clang/test/CodeGen/aix-vararg.c:15
+
+  // 32BIT:       define void @aix_varg(i32 %a, ...) #0 {
+  // 32BIT-NEXT:  entry:
----------------
`#0`, `#1`[the last three lines] are redundant, could you clean them up?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76360





More information about the cfe-commits mailing list