[LLVMdev] Where does llvm.memcpy.i64 and friends get lowered ?

Eli Friedman eli.friedman at gmail.com
Sat Jul 18 14:41:01 PDT 2009


On Sat, Jul 18, 2009 at 2:21 PM, Aaron
Gray<aaronngray.lists at googlemail.com> wrote:
> I am working on the COFF backend and am wondering where llvm.memcpy gets
> lowered to memcpy ?

It's done by ISel.  See SelectionDAG::getMemcpy.

-Eli



More information about the llvm-dev mailing list