mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
Replace `LinalgGenericTypeConverterPattern`, specialized for `linalg.generic` with a generic type converter pattern `RegionOpTypeConverterPattern` that can be instantiated for any operation that has one or more regions. Further enhancements: - Supports multiple regions - Uses more idiomatic instantiations of `llvm::for_each` instead of manual iterations using for loops