[llvm-commits] [PATCH] Move the LowerMEMCPY and LowerMEMCPYCall to a common place

Rafael Espindola espindola at google.com
Mon Nov 5 09:14:57 PST 2007


The attached patch passes a "make check". I haven't committed yet
because I am going on vacations and will be a bit slow to respond. I
will still have Internet access and can commit if there is positive
feedback.

One ugly hack in the CL in to make "Subtarget" and "BaseSubtarget"
independent fields that point to the same object. I did this just to
make the type checker happy. Is there an easier way to merge them then
adding virtual getters to the base class and replacing all uses of
Subtarget?

Cheers,
-- 
Rafael Avila de Espindola

Google Ireland Ltd.
Gordon House
Barrow Street
Dublin 4
Ireland

Registered in Dublin, Ireland
Registration Number: 368047
-------------- next part --------------
A non-text attachment was scrubbed...
Name: memcpy.patch
Type: text/x-patch
Size: 12987 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20071105/a3029f4a/attachment.bin>


More information about the llvm-commits mailing list