impc:ir:intrinsic-substitution   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/llvmir.xtm

Implementation

(define impc:ir:intrinsic-substitution
  (lambda (name)
    (cond
      ((string=? name "memcpy") "llvm.memcpy.p0i8.p0i8.i64")
      (else name))))


Back to Index