mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
fix(compiler): Fix excessive stack growth for IR embedding memref.copy in loops
This updates the llvm-project repository to a version containing a patch that avoids excessive stack growth for programs whose IR contains `memref.copy` operations in the bodies of loops with a high trip count (e.g., `mnist_28_mlir_7b`). This fixes Issue #669.
This commit is contained in: