search for: 245730

Displaying 3 results from an estimated 3 matches for "245730".

Did you mean: 24573
2015 Aug 22
3
loop unrolling introduces conditional branch
...uot;stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+sse,+sse2" "unsafe-fp-math"="false" "use-soft-float"="false" } !llvm.ident = !{!0} !0 = !{!"clang version 3.8.0 (trunk 245730) (llvm/trunk 245727)"} ******************************** Clang Generate IR End *********************************************************** ******************************** API Generate IR Start *********************************************************** ; ModuleID = 'bc_from_api.bc'...
2015 Aug 22
2
loop unrolling introduces conditional branch
...ize"="8" > "target-cpu"="x86-64" "target-features"="+sse,+sse2" > "unsafe-fp-math"="false" "use-soft-float"="false" } > > !llvm.ident = !{!0} > > !0 = !{!"clang version 3.8.0 (trunk 245730) (llvm/trunk 245727)"} > > ******************************** Clang Generate IR End > *********************************************************** > > ******************************** API Generate IR Start > *********************************************************** > ; Mod...
2015 Aug 22
2
loop unrolling introduces conditional branch
Hi, I just tried llvm-3.8 (LLVM SVN Repository). With this version, -fno-rtti can help me to compile my code and -irce can help me to do a better job for loop unrolling. However, I still have one question. If I use Clang to compile a piece of c++ code to .bc and then use 'opt -loop-rotate -loop-unroll -irce', I can get what I want. I mean, there is no conditional branch at the end of each