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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 14 12:03:01 PST 2017


efriedma added a comment.

Calls with the wrong integer width have undefined behavior.  We don't want to optimize them.


Repository:
  rL LLVM

https://reviews.llvm.org/D41184





More information about the llvm-commits mailing list