<div dir="ltr"><div><div>Hi,<br><br></div><div>Thanks,<br></div>I am targetting x86 architecture.<br><br></div>-Usha<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 22, 2014 at 10:39 PM, Hal Finkel <span dir="ltr"><<a href="mailto:hfinkel@anl.gov" target="_blank">hfinkel@anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">----- Original Message -----<br>
> From: "usha shau" <<a href="mailto:ushashau1@gmail.com">ushashau1@gmail.com</a>><br>
> To: <a href="mailto:llvmdev@cs.uiuc.edu">llvmdev@cs.uiuc.edu</a><br>
> Sent: Monday, September 22, 2014 7:01:20 AM<br>
> Subject: [LLVMdev] Use of llvm.prefetch intrinsic for basicblock prefetching<br>
><br>
> Hi,<br>
><br>
><br>
> I am new to LLVM and using it for my project where I want to perform<br>
> software prefetching of code blocks.<br>
> I am not able to use the llvm.prefetch instruction to fetch a block<br>
> of code in instruction cache. The LangRef manual mentions that<br>
> giving last argument as '0' performs prefetch on instruction cache.<br>
> However, I get the following error when I do that.<br>
><br>
> LLVM ERROR: Cannot select: 0x2a39348: ch = Prefetch 0x2a39030,<br>
> 0x2a39138, 0x2a38c10, 0x2a39240, 0x2a38c10<LD1[%x1]> [ORD=9] [ID=15]<br>
> 0x2a39138: i64 = FrameIndex<1> [ID=4]<br>
> 0x2a38c10: i32 = Constant<0> [ID=1]<br>
> 0x2a39240: i32 = Constant<1> [ID=5]<br>
> 0x2a38c10: i32 = Constant<0> [ID=1]<br>
> In function: main<br>
><br>
><br>
> What does this error mean?<br>
> Can anyone please tell me if I can inform the processor to prefetch<br>
> code to instruction cache?<br>
<br>
</div></div>It means that the target backend does not implement that prefetch variant and that it does not provide the appropriate fall-back behavior. What architecture are you targeting?<br>
<br>
Generally speaking, please file a bug report.<br>
<br>
 -Hal<br>
<br>
><br>
> Thanks in advance.<br>
> Usha<br>
><br>
> _______________________________________________<br>
> LLVM Developers mailing list<br>
> <a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Hal Finkel<br>
Assistant Computational Scientist<br>
Leadership Computing Facility<br>
Argonne National Laboratory<br>
</font></span></blockquote></div><br></div>