[llvm-commits] [PATCH] Implement new LibCallSimplifier class

Meador Inge meadori at codesourcery.com
Thu Oct 4 19:33:08 PDT 2012


On Oct 4, 2012, at 1:21 PM, Eric Christopher wrote:

> This interface seems a bit odd. Why not just "optimizeCall" and either
> return NULL if it's not changed or just return the original instruction?

It is odd.  I am not quite sure what I was originally thinking with that.
Here is an updated patch with the much simplified 'optimizeCall' approach.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Implement-new-LibCallSimplifier-class-v2.patch
Type: application/octet-stream
Size: 17703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121004/72037a2b/attachment.obj>
-------------- next part --------------

--
Meador Inge
CodeSourcery / Mentor Embedded
http://www.mentor.com/embedded-software



More information about the llvm-commits mailing list