[Mlir-commits] [mlir] [NFC][mlir][docs] Fix typos in TargetLLVMIR.md (PR #81549)
Richard Dzenis
llvmlistbot at llvm.org
Tue Feb 13 01:51:06 PST 2024
================
@@ -349,7 +349,7 @@ llvm.func @bar() {
%1 = llvm.mlir.constant(17 : i64) : i64
// call and extract the values from the structure
- %2 = llvm.call @bar(%0, %1)
+ %2 = llvm.call @foo(%0, %1)
: (i32, i32) -> !llvm.struct<(i32, i64)>
----------------
RIscRIpt wrote:
There is one more typo
```suggestion
%2 = llvm.call @foo(%0, %1)
: (i32, i64) -> !llvm.struct<(i32, i64)>
```
https://github.com/llvm/llvm-project/pull/81549
More information about the Mlir-commits
mailing list