Displaying 2 results from an estimated 2 matches for "havedata".
Did you mean:
have_data
2012 Sep 10
2
[LLVMdev] Dead Store Elimination
...ization using the following passes:
llvm::createBasicAliasAnalysisPass()
llvm::createInstructionCombiningPass()
llvm::createReassociatePass()
llvm::createGVNPass()
llvm::createCFGSimplificationPass()
The optimized IR seems to contain what look like dead stores on %8 and
%9 in basic blocks 7 and haveData. How can I get rid of them?
Thanks,
Vinayak
define internal void @block0() {
entry:
%0 = call i8* @RNI_File_new()
%1 = call i64 @RNI_File_open(i8* %0, i8* getelementptr inbounds ([69
x i8]* @.str, i64 0, i64 0), i8 0)
%2 = icmp eq i64 %1, 0
br i1 %2, label %openSuccessBB, label %erro...
2012 May 21
1
Complex text parsing task
...what I think is a complex text parsing task. I've provided some sample data below. There's a relatively simple version of the coding that needs to be done and a more complex version. If someone could help me out with either version, I'd greatly appreciate it.
Here are my sample data.
haveData <-
structure(list(profile_key = structure(c(1L, 1L, 2L, 2L, 2L,
3L, 3L, 4L, 4L, 5L, 5L, 5L, 6L, 6L, 7L, 7L), .Label = c("001-001 ",
"001-002 ", "001-003 ", "001-004 ", "001-005 ", "001-006 ", "001-007 "
), class = "fac...