Details
Details
- Reviewers
ftynse - Commits
- rGfa581f943887: [mlir] Add stacksave, stackrestore to llvm dialect
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D96333
[mlir] Add stacksave, stackrestore to llvm dialect ClosedPublic Authored by shabalin on Feb 9 2021, 5:14 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: teijeong, rdzhabarov, tatianashp and 14 others. · View Herald TranscriptFeb 9 2021, 5:14 AM ftynse added inline comments. This revision is now accepted and ready to land.Feb 9 2021, 5:20 AM This revision was landed with ongoing or failed builds.Feb 9 2021, 6:13 AM Closed by commit rGfa581f943887: [mlir] Add stacksave, stackrestore to llvm dialect (authored by shabalin, committed by ftynse). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 322370 mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
mlir/test/Target/llvmir-intrinsics.mlir
|
Nit: could we rather use LLVM_[Zero|One]ResultIntrOp instead of magic trailing parameters?