[llvm] 6b109f2 - [llvm][NFC] Removed unused CHECKs in a ml test
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 16:59:26 PDT 2020
Author: Mircea Trofin
Date: 2020-07-13T16:59:14-07:00
New Revision: 6b109f2f054f6c03156d1e606ea21488b83de6a6
URL: https://github.com/llvm/llvm-project/commit/6b109f2f054f6c03156d1e606ea21488b83de6a6
DIFF: https://github.com/llvm/llvm-project/commit/6b109f2f054f6c03156d1e606ea21488b83de6a6.diff
LOG: [llvm][NFC] Removed unused CHECKs in a ml test
The CHECKs are now in Inputs/test-module.ll
Added:
Modified:
llvm/test/Transforms/Inline/ML/ml-test-release-mode.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/Inline/ML/ml-test-release-mode.ll b/llvm/test/Transforms/Inline/ML/ml-test-release-mode.ll
index 01acb43d0196..8e19659bf4eb 100644
--- a/llvm/test/Transforms/Inline/ML/ml-test-release-mode.ll
+++ b/llvm/test/Transforms/Inline/ML/ml-test-release-mode.ll
@@ -8,7 +8,3 @@
; REQUIRES: have_tf_aot
; RUN: opt -passes=scc-oz-module-inliner -enable-ml-inliner=release -S < %S/Inputs/test-module.ll 2>&1 | FileCheck %S/Inputs/test-module.ll --check-prefix=CHECK
; RUN: opt -passes=scc-oz-module-inliner -enable-ml-inliner=default -S < %S/Inputs/test-module.ll 2>&1 | FileCheck %S/Inputs/test-module.ll --check-prefix=DEFAULT
-
-; CHECK-NOT: @adder
-; DEFAULT-LABEL: @adder
-; DEFAULT-NEXT: %2 = mul
\ No newline at end of file
More information about the llvm-commits
mailing list