diff options
| author | Orlando Cazalet-Hyams <orlando.hyams@sony.com> | 2025-06-24 12:32:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-24 12:32:50 +0100 |
| commit | 1dc46d45fcf7869f7e8edc5315aec6158f77966e (patch) | |
| tree | ab1604ad378c6dc0b345dfa1d38581acf27fed27 /llvm/test/CodeGen/Generic | |
| parent | ddecfa696c4929ac364053f3eef66fefe4873448 (diff) | |
[RemoveDIs] Fix rotten --implicit-check-not lines (#144711)
Diffstat (limited to 'llvm/test/CodeGen/Generic')
| -rw-r--r-- | llvm/test/CodeGen/Generic/MIRDebugify/locations-and-values.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/MIRDebugify/locations-and-values.mir b/llvm/test/CodeGen/Generic/MIRDebugify/locations-and-values.mir index 663c13af5e9d..f96d83fede40 100644 --- a/llvm/test/CodeGen/Generic/MIRDebugify/locations-and-values.mir +++ b/llvm/test/CodeGen/Generic/MIRDebugify/locations-and-values.mir @@ -1,5 +1,5 @@ # RUN: llc -run-pass=mir-debugify -o - %s | FileCheck --check-prefixes=ALL,VALUE %s -# RUN: llc -run-pass=mir-debugify -debugify-level=locations -o - %s | FileCheck --check-prefixes=ALL --implicit-check-not=dbg.value %s +# RUN: llc -run-pass=mir-debugify -debugify-level=locations -o - %s | FileCheck --check-prefixes=ALL --implicit-check-not=dbg_value %s # RUN: llc -run-pass=mir-debugify,mir-strip-debug,mir-debugify -o - %s | FileCheck --check-prefixes=ALL,VALUE %s # RUN: llc -run-pass=mir-debugify,mir-strip-debug -o - %s | FileCheck --check-prefix=STRIP %s |
