[PATCH] D41184: [BuildLibCalls] Cast length argument to the correct integer type

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 12:03:46 PST 2017


efriedma added a comment.

Instead of scattering casts all over the place, can we just fix TargetLibraryInfoImpl::isValidProtoForLibFunc to reject libcalls which use integers with the wrong width?


Repository:
  rL LLVM

https://reviews.llvm.org/D41184





More information about the llvm-commits mailing list