[Mlir-commits] [mlir] [NFC][mlir][docs] Fix typos in TargetLLVMIR.md (PR #81549)

Ronan Keryell llvmlistbot at llvm.org
Tue Feb 13 16:49:13 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)>
----------------
keryell wrote:

Thanks!

https://github.com/llvm/llvm-project/pull/81549


More information about the Mlir-commits mailing list