search for: tp31838929p31844741

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

2011 Jun 14
0
[LLVMdev] Avoiding Constant Folding
...n. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -- View this message in context: http://old.nabble.com/Avoiding-Constant-Folding-tp31838929p31844741.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2011 Jun 14
2
[LLVMdev] Avoiding Constant Folding
Hi, >> entry: >> .... >> %34 = icmp ne i32 %33, 15 >> br i1 %34, label %then, label %else >> >> then: ; preds = %entry >> %returnValue = or i1 true, false >> .... >> br label %ifmerge >> >> else: ; preds = %entry >> br label