aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Analysis
diff options
context:
space:
mode:
authorAiden Grossman <agrossman154@yahoo.com>2023-11-27 00:19:23 -0800
committerGitHub <noreply@github.com>2023-11-27 00:19:23 -0800
commit5eb85c052e458a11dd1d536e00b9d4170d812612 (patch)
treebfd13b4125168f7ef6e69cb814413a1b721fccb7 /llvm/test/Analysis
parent2b646b598942b87f25fda1713a3c5e211585ca88 (diff)
downloadllvm-5eb85c052e458a11dd1d536e00b9d4170d812612.zip
llvm-5eb85c052e458a11dd1d536e00b9d4170d812612.tar.gz
llvm-5eb85c052e458a11dd1d536e00b9d4170d812612.tar.bz2
[JumpThreading] Remove LVI printer flag (#73426)
This patch removes the -print-lvi-after-jump-threading flag now that we can print everything in the LVI cache using the print<lazy-value-info> pass.
Diffstat (limited to 'llvm/test/Analysis')
-rw-r--r--llvm/test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll b/llvm/test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll
index 418b575..847882f 100644
--- a/llvm/test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll
+++ b/llvm/test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll
@@ -1,5 +1,4 @@
-; RUN: opt < %s -passes=jump-threading -print-lvi-after-jump-threading -disable-output 2>&1 | FileCheck %s
-; RUN: opt < %s -passes=jump-threading -print-lvi-after-jump-threading -disable-output 2>&1 | FileCheck %s
+; RUN: opt < %s -passes="jump-threading,print<lazy-value-info>" -disable-output 2>&1 | FileCheck %s
; Testing LVI cache after jump-threading