explorations/div.R

library(RLLVMCompile)
test = function(x) {
   1/x   # (x + 2)
}
testc = compileFunction(test, DoubleType, list(DoubleType))
.llvm(testc)
duncantl/R2llvm documentation built on May 14, 2019, 9:42 a.m.