[Mlir-commits] [mlir] [MLIR] Add the convergent attribute to LLVM Dialect (PR #97709)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Jul 4 06:46:44 PDT 2024
FMarno wrote:
> Also, modifying the operation assembly format in `mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp` (`FuncOp::parse/print`) would be better than the current syntax IMO.
There current syntax is in line with other attributes like `no_inline`, `always_inline`, or `alignment`, which seems appropriate to me.
https://github.com/llvm/llvm-project/pull/97709
More information about the Mlir-commits
mailing list