diff --git a/mlir/include/mlir/Dialect/StandardOps/EDSC/Intrinsics.h b/mlir/include/mlir/Dialect/StandardOps/EDSC/Intrinsics.h --- a/mlir/include/mlir/Dialect/StandardOps/EDSC/Intrinsics.h +++ b/mlir/include/mlir/Dialect/StandardOps/EDSC/Intrinsics.h @@ -142,6 +142,28 @@ using folded_std_constant = folded::ValueBuilder; using folded_std_dim = folded::ValueBuilder; using folded_std_muli = folded::ValueBuilder; +using folded_std_addi = folded::ValueBuilder; +using folded_std_addf = folded::ValueBuilder; +using folded_std_alloc = folded::ValueBuilder; +using folded_std_constant = folded::ValueBuilder; +using folded_std_constant_float = folded::ValueBuilder; +using folded_std_constant_index = folded::ValueBuilder; +using folded_std_constant_int = folded::ValueBuilder; +using folded_std_dim = folded::ValueBuilder; +using folded_std_extract_element = folded::ValueBuilder; +using folded_std_index_cast = folded::ValueBuilder; +using folded_std_muli = folded::ValueBuilder; +using folded_std_mulf = folded::ValueBuilder; +using folded_std_memref_cast = folded::ValueBuilder; +using folded_std_select = folded::ValueBuilder; +using folded_std_load = folded::ValueBuilder; +using folded_std_subi = folded::ValueBuilder; +using folded_std_sub_view = folded::ValueBuilder; +using folded_std_tanh = folded::ValueBuilder; +using folded_std_tensor_load = folded::ValueBuilder; +using folded_std_view = folded::ValueBuilder; +using folded_std_zero_extendi = folded::ValueBuilder; +using folded_std_sign_extendi = folded::ValueBuilder; } // namespace intrinsics } // namespace edsc } // namespace mlir