search for: storemerge27

Displaying 2 results from an estimated 2 matches for "storemerge27".

Did you mean: storemerge26
2010 May 28
4
[LLVMdev] Combining Branch Statements - Missing Optimization Pass?
...i1> [#uses=1] br i1 %exitcond, label %afterloop, label %loop afterloop: ; preds = %endif15 %r_fadd19 = fadd double %anotherFloat.1, %storemerge26 ; <double> [#uses=1] %phitmp32 = fcmp ogt double %r_fadd19, 3.535200e+03 ; <i1> [#uses=1] %storemerge27 = zext i1 %phitmp32 to i32 ; <i32> [#uses=1] store i32 %storemerge27, i32* @testSuccessful ret void } -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100528/7c009e86/attachment.html>
2010 May 28
0
[LLVMdev] Combining Branch Statements - Missing Optimization Pass?
...%exitcond, label %afterloop, label %loop > > afterloop: ; preds = %endif15 > %r_fadd19 = fadd double %anotherFloat.1, %storemerge26 ; <double> [#uses=1] > %phitmp32 = fcmp ogt double %r_fadd19, 3.535200e+03 ; <i1> [#uses=1] > %storemerge27 = zext i1 %phitmp32 to i32 ; <i32> [#uses=1] > store i32 %storemerge27, i32* @testSuccessful > ret void > } > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://...