Skip to content

Commit

Permalink
[ConstProp] Remove unused check-prefixes
Browse files Browse the repository at this point in the history
Just use default CHECK and remove duplicate RUN
  • Loading branch information
RKSimon committed Nov 9, 2020
1 parent 8c4a86f commit 6fa7030
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions 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 different 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)
Expand Down

0 comments on commit 6fa7030

Please sign in to comment.