[llvm] [RemoveDIs] Add DPLabels support [3a/3] (PR #82633)

Stephen Tozer via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 23 02:25:54 PST 2024


================
@@ -1,5 +1,6 @@
 ; RUN: llc < %s -stop-after=virtregrewriter -o - | FileCheck %s
-;
+; RUN: llc --try-experimental-debuginfo-iterators < %s -stop-after=virtregrewriter -o - | FileCheck %s
----------------
SLTozer wrote:

Yeah, it doesn't necessarily need to be added here - the important part is just that adding `--try-experimental-debuginfo-iterators` is unnecessary/meaningless now, since we're already using it by default.

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


More information about the llvm-commits mailing list