[Mlir-commits] [mlir] [mlir] Added new attributes to the llvm.call op in llvmir target (PR #99663)
Tobias Gysi
llvmlistbot at llvm.org
Mon Jul 22 09:05:15 PDT 2024
================
@@ -1471,6 +1471,30 @@ LogicalResult ModuleImport::convertInstruction(llvm::Instruction *inst) {
callOp.setTailCallKind(
convertTailCallKindFromLLVM(callInst->getTailCallKind()));
setFastmathFlagsAttr(inst, callOp);
+
+ // handle function attrs
----------------
gysit wrote:
```suggestion
// Handle function attributes.
```
nit: Converted to a sentence.
https://github.com/llvm/llvm-project/pull/99663
More information about the Mlir-commits
mailing list