[PATCH] D62319: IR: add 'size <N>' attribute to 'byval' function parameters
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 07:51:39 PDT 2019
arsenm added a comment.
Needs bitcode compatibility tests
================
Comment at: llvm/test/Assembler/size-param-attr.ll:17
+; CHECK: declare void @big({ i32, i8 }* byval size 4294967295)
+declare void @big({i32, i8}* byval size 4294967295)
----------------
Also a test with 0?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62319/new/
https://reviews.llvm.org/D62319
More information about the llvm-commits
mailing list