mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05: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