diffsl 0.9.4

A compiler for a domain-specific language for ordinary differential equations (ODE).
Documentation
1
2
3
4
5
6
7
8
; RUN: not %opt < %s %newLoadEnzyme -passes="print-activity-analysis" -activity-analysis-func=nonexistent -S 2>&1 | FileCheck %s

define void @foo(i64* %x) {
entry:
  ret void
}

; CHECK: Enzyme: Function 'nonexistent' specified by -activity-analysis-func not found in module