mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
test(compiler): Add testing for run-jit (#63)
This commit is contained in:
committed by
Ayoub Benaissa
parent
b4e57984b1
commit
6e86082807
7
compiler/tests/RunJit/std_addi.mlir
Normal file
7
compiler/tests/RunJit/std_addi.mlir
Normal file
@@ -0,0 +1,7 @@
|
||||
// RUN: zamacompiler %s --run-jit --jit-args 11 --jit-args 31 2>&1| FileCheck %s
|
||||
|
||||
// CHECK-LABEL: 42
|
||||
func @main(%arg0: i64, %arg1: i64) -> i64 {
|
||||
%c = addi %arg0, %arg1 : i64
|
||||
return %c : i64
|
||||
}
|
||||
Reference in New Issue
Block a user