[PATCH] D31256: Verifier: Check some amdgpu calling convention restrictions
Tony Tye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 4 11:18:54 PDT 2017
t-tye accepted this revision.
t-tye added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/IR/Verifier.cpp:2021
+ "Calling convention does not allow sret", &F);
+
+ LLVM_FALLTHROUGH;
----------------
Blank line.
https://reviews.llvm.org/D31256
More information about the llvm-commits
mailing list