tests/reassignVar.R

t2 <- function(x) {
    y <- 4
    x <- y
    return(x + 1)
}

ff = compileFunction(t2, DoubleType, DoubleType)
.llvm(ff, 3)
duncantl/RLLVMCompile documentation built on May 15, 2019, 5:31 p.m.