From bea7c6c1f6fd22f341a02695a955ce3968d5b26c Mon Sep 17 00:00:00 2001 From: rudy Date: Thu, 22 Dec 2022 16:52:19 +0100 Subject: [PATCH] fix: force a test to native encoding --- .../Dialect/BConcrete/bufferization-nonzero-offets.mlir | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/tests/check_tests/Dialect/BConcrete/bufferization-nonzero-offets.mlir b/compiler/tests/check_tests/Dialect/BConcrete/bufferization-nonzero-offets.mlir index 49d482762..4193b66a0 100644 --- a/compiler/tests/check_tests/Dialect/BConcrete/bufferization-nonzero-offets.mlir +++ b/compiler/tests/check_tests/Dialect/BConcrete/bufferization-nonzero-offets.mlir @@ -1,4 +1,5 @@ -// RUN: concretecompiler --action=dump-llvm-dialect %s +// RUN: concretecompiler --force-encoding native -action=dump-llvm-dialect %s +// see https://github.com/zama-ai/concrete-compiler-internal/issues/858 for encoding crt // Extracted from the source referenced in Issue 663. This should // trigger the folding of memrefs of itermediate results to memrefs