[llvm] Hexagon loop idiom pass segfaults when -debug present (PR #121828)
Ikhlas Ajbar via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 7 08:24:31 PST 2025
================
@@ -0,0 +1,78 @@
+; RUN: opt -debug -S -march=hexagon -O2 < %s | FileCheck %s
+; REQUIRES: asserts
+; CHECK: define dso_local void @complexMultAccum
+; ModuleID = 'loopIdiom.c'
+source_filename = "loopIdiom.c"
+target datalayout = "e-m:e-p:32:32:32-a:0-n16:32-i64:64:64-i32:32:32-i16:16:16-i1:8:8-f32:32:32-f64:64:64-v32:32:32-v64:64:64-v512:512:512-v1024:1024:1024-v2048:2048:2048"
----------------
iajbar wrote:
These lines are not needed.
https://github.com/llvm/llvm-project/pull/121828
More information about the llvm-commits
mailing list