From 5eb85c052e458a11dd1d536e00b9d4170d812612 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Mon, 27 Nov 2023 00:19:23 -0800 Subject: [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 pass. --- llvm/test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'llvm/test/Analysis') 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" -disable-output 2>&1 | FileCheck %s ; Testing LVI cache after jump-threading -- cgit v1.1