[llvm-commits] [llvm] r99282 - in /llvm/trunk: lib/Transforms/Scalar/SimplifyLibCalls.cpp lib/Transforms/Utils/BuildLibCalls.cpp test/Transforms/SimplifyLibCalls/StrCpy.ll

Chris Lattner clattner at apple.com
Wed Mar 24 11:07:51 PDT 2010


On Mar 24, 2010, at 10:41 AM, Evan Cheng wrote:

>> 
>> It's inappropriate because you're adding state to LibCallOptimization that only makes sense for StrCpyOpt, please sink it into strcpyopt.
> 
> We will be adding other _chk variants. It's common across a large number of string and memory libcalls.

Please add it to each relevant subclass,  pow_chk is hopefully never going to happen :)

-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100324/0b22cb95/attachment.html>


More information about the llvm-commits mailing list