[Mlir-commits] [mlir] [mlir][llvmir][debug] Correctly generate location for phi nodes. (PR #105534)

Tobias Gysi llvmlistbot at llvm.org
Wed Aug 21 08:15:49 PDT 2024


================
@@ -0,0 +1,47 @@
+// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
+
+
+module attributes {} {
+  llvm.func @test(%arg0: !llvm.ptr)  {
----------------
gysit wrote:

```suggestion
  llvm.func @test_phi_locations(%arg0: !llvm.ptr)  {
```

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


More information about the Mlir-commits mailing list