forked from OSchip/llvm-project
f078536f46
DSE has some extra logic to determine the write location of library
calls like str*cpy and str*cat. This patch moves the logic to a new
MemoryLocation:getForDest variant, which takes a call and TLI.
This patch should be NFC, because no other places take advantage of the
new helper yet.
Suggested by @reames post-commit
|
||
---|---|---|
.. | ||
llvm | ||
llvm-c |