LDC 0.14.0 released!

David Nadlinger via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Fri Aug 15 11:34:13 PDT 2014


On 15 Aug 2014, at 20:25, bearophile via digitalmars-d-ldc wrote:
> Where do I find information and usage examples of llvm.prefetch and 
> llvm.clear_cache?

The best thing usually is to just search the LLVM language reference 
page (http://llvm.org/docs/LangRef.html) for the intrinsic name. Some of 
the intrinsics are not documented all too well, but these are mostly the 
ones that just mirror well-known C builtins from other compilers, so 
it's not too bad.

Best,
David


More information about the digitalmars-d-ldc mailing list