[llvm-dev] SRET consistency between declaration and call site

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Wed Oct 7 16:35:10 PDT 2015


> That seems to make it a pretty good case for consider sret mandatory in
> general.

(Still) no more than any other type cast IMO. If you know what you're
doing you can cast function pointers (at the LLVM level), otherwise
you're going to get into trouble.

Tim.


More information about the llvm-dev mailing list