- Applying CallOpInterface on CallOp and InvokeOp.
- Applying CallableInterface on LLVMFuncOp.
We're testing the changes using CallGraph, which uses both interfaces.
Paths
| Differential D129026
[mlir][LLVMIR] Apply CallOp/CallableInterface on suitable operations ClosedPublic Authored by myhsu on Jul 1 2022, 4:08 PM.
Details Summary
We're testing the changes using CallGraph, which uses both interfaces.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jul 2 2022, 9:48 PM myhsu marked an inline comment as done. Comment ActionsSpell out auto types. NFC. This revision was landed with ongoing or failed builds.Jul 5 2022, 9:28 AM Closed by commit rGa2158374ba1a: [mlir][LLVMIR] Apply CallOp/CallableInterface on suitable operations (authored by myhsu). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 441805 mlir/include/mlir/Dialect/LLVMIR/LLVMDialect.h
mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
mlir/test/Dialect/LLVMIR/callgraph.mlir
|
Spell out the auto