[Mlir-commits] [mlir] [mlir][scf] Allow unrolling loops with integer-typed IV. (PR #106164)
Thomas Raoux
llvmlistbot at llvm.org
Mon Aug 26 17:42:52 PDT 2024
================
@@ -93,6 +93,8 @@ Value createScalarOrSplatConstant(OpBuilder &builder, Location loc, Type type,
int64_t value);
Value createScalarOrSplatConstant(OpBuilder &builder, Location loc, Type type,
const APFloat &value);
+Value createIntOrIndexConstant(OpBuilder &builder, Location loc, Type type,
----------------
ThomasRaoux wrote:
add empty line + doc
https://github.com/llvm/llvm-project/pull/106164
More information about the Mlir-commits
mailing list