[llvm] deb0a8b - [DSE,MSSA] Dbg counters required assertions. Mark test accordingly.
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 21 09:36:55 PST 2020
Author: Florian Hahn
Date: 2020-02-21T17:34:34Z
New Revision: deb0a8bfc4923356beaa47b960d14b0c46a14721
URL: https://github.com/llvm/llvm-project/commit/deb0a8bfc4923356beaa47b960d14b0c46a14721
DIFF: https://github.com/llvm/llvm-project/commit/deb0a8bfc4923356beaa47b960d14b0c46a14721.diff
LOG: [DSE,MSSA] Dbg counters required assertions. Mark test accordingly.
Added:
Modified:
llvm/test/Transforms/DeadStoreElimination/MSSA/debug-counter.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/DeadStoreElimination/MSSA/debug-counter.ll b/llvm/test/Transforms/DeadStoreElimination/MSSA/debug-counter.ll
index e2264ed6dabf..4378ffc24076 100644
--- a/llvm/test/Transforms/DeadStoreElimination/MSSA/debug-counter.ll
+++ b/llvm/test/Transforms/DeadStoreElimination/MSSA/debug-counter.ll
@@ -1,5 +1,7 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; REQUIRES: asserts
+
; Eliminates store to %R in the entry block.
; RUN: opt < %s -basicaa -dse -enable-dse-memoryssa -debug-counter=dse-memoryssa-skip=0,dse-memoryssa-count=1 -S | FileCheck --check-prefix=SKIP0-COUNT1 %s
More information about the llvm-commits
mailing list