search for: simplecases

Displaying 8 results from an estimated 8 matches for "simplecases".

Did you mean: simplecase
2010 May 13
4
[LLVMdev] How to get the variable mapping between the source and llvm bytecode
Hi, I want to know the variable mapping between the source and llvm bytecode. It seems that current llvm debugging information cannot provide this mapping directly. Here is my examples (llvm 2.7). In this exmaple, I want to know the mapping: tmp<--->%4. But current llvm's debugging information can only provide that the instruction "%4 = add nsw i32 %3, 2" is at line 3 in
2010 May 14
2
[LLVMdev] How to get the variable mapping between the sourceandllvm bytecode
Eli, Thanks very much for your reply. That's what I want to know. It works for this example. But I usually have to deal with the optimized bytecode with "-O". See the example: ************** C source ************** int h (int j, int i) { int tmp; tmp = j+i+2; return tmp; } +++++++++++++++++++++++++++++++++++++ .ll file: ; ModuleID = 'simplecase.c' target
2010 May 13
0
[LLVMdev] How to get the variable mapping between the source andllvm bytecode
Hi, I want to get the mapping between C source's variables and bytecode variables. It seems that llvm doesn't provide this mapping, so I think a walk-around method is to get the instruction's mapping. I have to use llvm-gcc, not clang. Any advice? Thanks. Best, Kecheng 2010-05-13 From: Eli Friedman Date: 2010-05-13 15:38:36 To: Kecheng Cc: llvmdev Subject: Re: [LLVMdev] How
2015 Feb 04
3
[LLVMdev] BasicAA Tests
...s due to that they had > ; CHECK-NOT: May: > > > Which doesn't match up with the output of -print-may-alias: > MayAlias: %Type %A, %Type2 %B > > > ...So they'd always pass > > > It looks like BasicAA's 2003-12-11-ConstExprGEP.ll and > 2003-11-04-SimpleCases.ll have a similar pattern, but changing them > to ; CHECK-NOT: MayAlias:, both tests fail. > > > Attached is a diff to fix the tests, and the output of running opt on > each of the failing cases > > > George -- Hal Finkel Assistant Computational Scientist Leadership Co...
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
...(ENOENT,no such file or directory) at line 1 while running: opt < /mnt/markhor/llvm/test/Analysis/BasicAA/2003-09-19-LocalArgument.ll -gvn -instcombine -S | not /bin/grep sub couldn't execute "not": no such file or directory FAIL: /mnt/markhor/llvm/test/Analysis/BasicAA/2003-11-04-SimpleCases.ll Failed with posix(ENOENT,no such file or directory) at line 1 while running: opt < /mnt/markhor/llvm/test/Analysis/BasicAA/2003-11-04-SimpleCases.ll -aa-eval -print-may-aliases -disable-output |& not /bin/grep May: couldn't execute "not": no such file or directory FAIL: /m...
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
...(ENOENT,no such file or directory) at line 1 while running: opt < /mnt/markhor/llvm/test/Analysis/BasicAA/2003-09-19-LocalArgument.ll -gvn -instcombine -S | not /bin/grep sub couldn't execute "not": no such file or directory FAIL: /mnt/markhor/llvm/test/Analysis/BasicAA/2003-11-04-SimpleCases.ll Failed with posix(ENOENT,no such file or directory) at line 1 while running: opt < /mnt/markhor/llvm/test/Analysis/BasicAA/2003-11-04-SimpleCases.ll -aa-eval -print-may-aliases -disable-output |& not /bin/grep May: couldn't execute "not": no such file or directory FAIL: /m...
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
...(ENOENT,no such file or directory) at line 1 while running: opt < /mnt/markhor/llvm/test/Analysis/BasicAA/2003-09-19-LocalArgument.ll -gvn -instcombine -S | not /bin/grep sub couldn't execute "not": no such file or directory FAIL: /mnt/markhor/llvm/test/Analysis/BasicAA/2003-11-04-SimpleCases.ll Failed with posix(ENOENT,no such file or directory) at line 1 while running: opt < /mnt/markhor/llvm/test/Analysis/BasicAA/2003-11-04-SimpleCases.ll -aa-eval -print-may-aliases -disable-output |& not /bin/grep May: couldn't execute "not": no such file or directory FAIL: /m...
2010 Sep 09
3
[LLVMdev] How to run regression tests for ARM?
...(ENOENT,no such file or directory) at line 1 while running: opt < /mnt/markhor/llvm/test/Analysis/BasicAA/2003-09-19-LocalArgument.ll -gvn -instcombine -S | not /bin/grep sub couldn't execute "not": no such file or directory FAIL: /mnt/markhor/llvm/test/Analysis/BasicAA/2003-11-04-SimpleCases.ll Failed with posix(ENOENT,no such file or directory) at line 1 while running: opt < /mnt/markhor/llvm/test/Analysis/BasicAA/2003-11-04-SimpleCases.ll -aa-eval -print-may-aliases -disable-output |& not /bin/grep May: couldn't execute "not": no such file or directory FAIL: /m...