[llvm] [RemoveDIs] Handle DPValues in LowerDbgDeclare (PR #73504)
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 11 07:57:02 PST 2023
================
@@ -1,5 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt < %s -passes=instcombine -S | FileCheck %s
+; RUN: opt --try-experimental-debuginfo-iterators < %s -passes=instcombine -S | FileCheck %s
----------------
jmorse wrote:
The old flavour of RUN line should remain and be duplicated, rather than be completely replaced.
https://github.com/llvm/llvm-project/pull/73504
More information about the llvm-commits
mailing list