[llvm-commits] [PATCH] extend SelectionDAGBuild to treat malloc calls the same as MallocInst (patch #4)

Eli Friedman eli.friedman at gmail.com
Tue Sep 15 14:39:06 PDT 2009


On Tue, Sep 15, 2009 at 1:44 PM, Victor Hernandez <vhernandez at apple.com> wrote:
> SelectionDAGBuild is the only pass in CodeGen that handles MallocInst
> specially.  This patch extends that code to handle malloc calls also.

This part is both wrong and not necessary.

-Eli




More information about the llvm-commits mailing list