[llvm] 6fa7030 - [ConstProp] Remove unused check-prefixes
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 9 05:13:11 PST 2020
Author: Simon Pilgrim
Date: 2020-11-09T13:12:40Z
New Revision: 6fa7030a76e70c1f6613f22d68ada4bdce055874
URL: https://github.com/llvm/llvm-project/commit/6fa7030a76e70c1f6613f22d68ada4bdce055874
DIFF: https://github.com/llvm/llvm-project/commit/6fa7030a76e70c1f6613f22d68ada4bdce055874.diff
LOG: [ConstProp] Remove unused check-prefixes
Just use default CHECK and remove duplicate RUN
Added:
Modified:
llvm/test/Transforms/InstSimplify/ConstProp/overflow-ops.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/InstSimplify/ConstProp/overflow-ops.ll b/llvm/test/Transforms/InstSimplify/ConstProp/overflow-ops.ll
index a8c10748e779..c97d2e0a03db 100644
--- a/llvm/test/Transforms/InstSimplify/ConstProp/overflow-ops.ll
+++ b/llvm/test/Transforms/InstSimplify/ConstProp/overflow-ops.ll
@@ -1,8 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt < %s -instsimplify -S | FileCheck %s --check-prefixes=CHECK,CONSTPROP
-; RUN: opt < %s -instsimplify -S | FileCheck %s --check-prefixes=CHECK,INSTSIMPLIFY
-; We must *NOT* have any check-lines with prefixes other than CHECK here.
-; If we do, that means the rules are
diff erent between the passes.
+; RUN: opt < %s -instsimplify -S | FileCheck %s
declare {i8, i1} @llvm.uadd.with.overflow.i8(i8, i8)
declare {i8, i1} @llvm.usub.with.overflow.i8(i8, i8)
More information about the llvm-commits
mailing list