search for: yzy

Displaying 6 results from an estimated 6 matches for "yzy".

Did you mean: yyy
2013 May 08
1
[LLVMdev] How to avoid loopverify failures after replacing the backedge with an edge(latchBB to exitBB) in a looppass?
...so many functions. Just like I have many tools, but don't know which to use and what difference it could make. Is there some better ways to learn LLVM? On Wed, May 8, 2013 at 1:02 PM, Andrew Trick <atrick at apple.com> wrote: > > On May 7, 2013, at 8:26 PM, zhiyuan yang <sjtu.yzy at gmail.com> wrote: > > Hi, > > I am writing a loop pass to replace the backedge with an edge from latch > to exit. > Now I just replace the terminator of latch with another BranchInst, and > the loop will not be a loop after my pass. However, it turns out a failure > of...
2013 May 08
0
[LLVMdev] How to avoid loopverify failures after replacing the backedge with an edge(latchBB to exitBB) in a looppass?
On May 7, 2013, at 8:26 PM, zhiyuan yang <sjtu.yzy at gmail.com> wrote: > Hi, > > I am writing a loop pass to replace the backedge with an edge from latch to exit. > Now I just replace the terminator of latch with another BranchInst, and the loop will not be a loop after my pass. However, it turns out a failure of loopverify after...
2013 May 08
2
[LLVMdev] How to avoid loopverify failures after replacing the backedge with an edge(latchBB to exitBB) in a looppass?
Hi, I am writing a loop pass to replace the backedge with an edge from latch to exit. Now I just replace the terminator of latch with another BranchInst, and the loop will not be a loop after my pass. However, it turns out a failure of loopverify after executing my pass: opt: ~/llvm/llvm-trunk/include/llvm/Analysis/LoopInfoImpl.h:297: void llvm::LoopBase<N, M>::verifyLoop() const [with
2013 Apr 17
1
[LLVMdev] How to transform loop to if-else using LLVM?
Hello everyone, Sorry to bother you. I'm an undergraduate, and I'm trying to finish my graduation project using LLVM. In this project, I hope to transform all loop in program to condition statement. For example, Before transformation: for (int i = 0; i < 5; i++) a++; After transformation: int i = 0; if (i < 5) a++; i++; The idea is very clear, however, I'm a newbie to LLVM.
2002 Sep 11
1
gcc and g77 combos
...P7rs/Agr8jngQ7xLfCYEOF1GUmUurw6uykXwUhZT4vLqsN358ejg8OjikgJPYOB1CTCV CESnGHAxC1l5nVeHJ8evSY18HFmNLKlXF8enb1NCB9J/FYmR/vrXFObd0buzi18Y1COYDycPFOpi vdjRXNaQ+lhmEnAuK49Przjc98OkwPwSI6BQmRFQpooR70+PoSRdzTT0oSBFVp5VNyZ+oMeUogk8 CJhnLaIFYNjEXtjzmDGbTxJHi41+Bov8TEe+psmLjnwwzhYa+Qt2aPHpbrZDTdZ2rMNNF7fEslI7 Yzy/mWIzQ2xmiM0MURgLa5wZnseM8BXMBI8xA6xR8z+dyp8rWJkmXa67A4EwXBcOPQTYNV7lGHhk 4de4PgK650v01nV9VZ+zyHRD2Ok3lBFxI5QAErx+YQnIEimvM1OuQkh0p9IuKJH+VLpDNxe2DnRj Yx1srIPHtg5KI4KeanRbPC/otlA/llUEV1mS023NleVCqoGpqNKY+GxqwZAXNil0ewWToqa3DUVs WBha5exSwkwX1ivEqGam+QJnmM3MsplZNjNLPhLWN6N8ITPJH34GWf/Msa4ZI1vfflFTxpzm...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking