[llvm] [VPlan] Set debug location for VPReduction/VPWidenPHI/VPWidenIntrinsicRecipe. (PR #120054)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 04:39:15 PST 2024


================
@@ -54,6 +54,31 @@ exit:
   ret void
 }
 
+define void @widen_intrinsic_dbg(i64 %n, ptr %y, ptr %x) nounwind uwtable {
----------------
fhahn wrote:

```suggestion
define void @widen_intrinsic_dbg(i64 %n, ptr %y, ptr %x) {
```

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


More information about the llvm-commits mailing list