[llvm-commits] [llvm] r48042 - in /llvm/trunk: include/llvm/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/ lib/Target/ARM/ lib/Target/Alpha/ lib/Target/CellSPU/ lib/Target/IA64/ lib/Target/Mips/ lib/Target/PowerPC/ lib/Target/Sparc/ lib/Target/X86/ test/CodeGen/X86/

Eric Christopher echristo at apple.com
Fri Mar 7 17:02:40 PST 2008


On Mar 7, 2008, at 4:58 PM, Evan Cheng wrote:

> Implement x86 support for @llvm.prefetch. It corresponds to  
> prefetcht{0|1|2} and prefetchnta instructions.

Nifty, this hooked into __builtin_prefetch ?

-eric



More information about the llvm-commits mailing list