search for: 79d5b935

Displaying 3 results from an estimated 3 matches for "79d5b935".

2012 Jun 26
2
[LLVMdev] Instcombine increases the number of instructions?
Hello, Can the Instcombine pass increase the number of instructions of a block? -- *Rafael Parizi* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120626/53a8661d/attachment.html>
2012 Jun 27
0
[LLVMdev] Instcombine increases the number of instructions?
Hi Rafael, > Can the Instcombine pass increase the number of instructions of a block? while it usually doesn't, in theory it can increase the number of LLVM IR instructions. I don't recall an example off the top of my head, but the usual situation is that replacing some instruction I with a pair J, K results in better code generation. There are a small number of cases like this.
2012 Jun 27
1
[LLVMdev] Instcombine increases the number of instructions?
...iling list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- *Rafael Parizi* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120627/79d5b935/attachment.html>