[cfe-commits] [patch] Implement __clear_cache on ARM

Rafael Espindola espindola at google.com
Fri Jun 4 19:10:19 PDT 2010


The attached patch implements __clear_cache for the ARM. The
implementation is not as simple as I would expect. The problem is that
I cannot use "f" because there is no header defining it and cannot use
"F" because it doesn't start with __builtin (we would have a call to
"che" :-) ).

The patch also removes some dead code. There is not need to special
case ARM::BI__builtin_thread_pointer since the generic intrinsic
handling code takes care of it.

Cheers,
-- 
Rafael Ávila de Espíndola
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clear_cache.patch
Type: application/octet-stream
Size: 1238 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100604/4992a1ac/attachment.obj>


More information about the cfe-commits mailing list