[llvm] [RemoveDI] Handle DPValues in SROA (PR #74089)
Orlando Cazalet-Hyams via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 8 05:38:25 PST 2023
================
@@ -55,3 +56,4 @@ attributes #1 = { nounwind readnone speculatable }
; CHECK-NOT: = alloca [9 x i32]
; CHECK-NOT: call void @llvm.dbg.declare(metadata ptr
+; CHECK: declare void @llvm.dbg.declare(metadata, metadata, metadata)
----------------
OCHyams wrote:
Oops, this was a hang-over from fiddling with the test. I'll undo this change before pushing.
https://github.com/llvm/llvm-project/pull/74089
More information about the llvm-commits
mailing list