Hello.
At LLVM IR Target - MLIR it is written that: “Index type is converted into an LLVM dialect integer type with the bitwidth specified by the [data layout] (Data Layout Modeling - MLIR) of the closest module. For example, on x86-64 CPUs it converts to i64. This behavior can be overridden by the type converter configuration, which is often exposed as a pass option by conversion passes.”
Could you please tell me how can I override the type converter configuration (a pass option by conversion passes).
Thank you very much,
Alex