Displaying 1 result from an estimated 1 matches for "d3230551".
Did you mean:
1230551
2010 Jul 13
1
[LLVMdev] Promoting malloc to alloca
Hi Nick,
>>> The attribute you're looking for, "delete if result is unused" doesn't
>>> exist in LLVM. I've considered it in the past, but the truth is that
>>> most of the time I want to eliminate dead malloc's, they *do* have a
>>> use: the matching free. At some point I expect I'm going to teach LLVM
>>> to remove dead