Displaying 2 results from an estimated 2 matches for "71cd19".
Did you mean:
7119
2015 May 13
3
[LLVMdev] Modifying LoopUnrollingPass
...nclude the crash
backtrace, preprocessed source, and associated run script.*
*clang: note: diagnostic msg: *
**********************
*PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:*
*Preprocessed source(s) and associated run script(s) are located at:*
*clang: note: diagnostic msg: /tmp/loop1d-71cd19.c*
*clang: note: diagnostic msg: /tmp/loop1d-71cd19.sh*
*clang: note: diagnostic msg: *
**********************
2. I don't know whether this AST output is correct or not as I am seeing
very large output compared to my small input program( file loop1d.c).
Could you please advise me on follow...
2015 May 08
2
[LLVMdev] Modifying LoopUnrollingPass
Hi All,
Thank you for your suggestions.
@Michael: I tried your suggestion. I could run "Loop Vectorizer"
successfully.
But my problem is not solved.
@Renato:
I want to do the 1st type operation:
1) Use all cores, dividing the loop into multiple cores, one block at
a time. But I don't want to use "OpenMP" for this.
I don't want the user to mention OpenMP command