[llvm] df60f0b - llvm-reduce: Remove unnecessary arguments from test

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 24 22:32:38 PDT 2022


Author: Matt Arsenault
Date: 2022-10-24T22:32:31-07:00
New Revision: df60f0bbefec9bd5407a3ad0df8f481a25b2776f

URL: https://github.com/llvm/llvm-project/commit/df60f0bbefec9bd5407a3ad0df8f481a25b2776f
DIFF: https://github.com/llvm/llvm-project/commit/df60f0bbefec9bd5407a3ad0df8f481a25b2776f.diff

LOG: llvm-reduce: Remove unnecessary arguments from test

Added: 
    

Modified: 
    llvm/test/tools/llvm-reduce/simplify-instructions.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-reduce/simplify-instructions.ll b/llvm/test/tools/llvm-reduce/simplify-instructions.ll
index a9cd54f809bd6..7611d5fb77680 100644
--- a/llvm/test/tools/llvm-reduce/simplify-instructions.ll
+++ b/llvm/test/tools/llvm-reduce/simplify-instructions.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-reduce -abort-on-invalid-reduction -simplify-mir --delta-passes=simplify-instructions -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 --test FileCheck --test-arg --check-prefix=CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t
+; RUN: llvm-reduce -abort-on-invalid-reduction --delta-passes=simplify-instructions --test FileCheck --test-arg --check-prefix=CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t
 ; RUN: FileCheck --check-prefix=RESULT %s < %t
 
 ; CHECK-INTERESTINGNESS: ret


        


More information about the llvm-commits mailing list