Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed May 4, 2024
1 parent 579bc8d commit 5e9c21c
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
source: melior/src/dialect/llvm.rs
expression: module.as_operation()
---
module {
llvm.func @foo() -> !llvm.ptr {
%0 = llvm.mlir.zero : !llvm.ptr
llvm.return %0 : !llvm.ptr
}
}

0 comments on commit 5e9c21c

Please sign in to comment.