[PATCH] D14933: Add the allocsize attribute to LLVM

George Burgess IV via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 11:23:12 PDT 2016


george.burgess.iv added inline comments.

================
Comment at: test/Verifier/allocsize.ll:16
@@ +15,2 @@
+; CHECK: 'allocsize' number of elements argument is out of bounds
+declare i8* @e(i32, i32) allocsize(1, 2)
----------------
I know the tests look tiny; please note that the other patch has quite a few tests that come with it. :)


http://reviews.llvm.org/D14933





More information about the llvm-commits mailing list