[PATCH] D73710: [VE] vaarg functions callers and callees

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 08:50:46 PST 2020


simoll planned changes to this revision.
simoll marked an inline comment as done.
simoll added a comment.

Thanks for looking into this!



================
Comment at: llvm/test/CodeGen/VE/va_arg2.ll:24
+
+  %a = alloca i8*, align 8
+  %b = alloca i8*, align 8
----------------
arsenm wrote:
> There's too much going on in one test function for my taste
Fair enough. I'll break this up into tests for:
* va_arg function call 
* va_copy
* fpext load
* fptrunc store


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73710





More information about the llvm-commits mailing list