[llvm] [LLVM][SLSR] Add a debug counter (PR #119981)

Justin Fargnoli via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 14:40:10 PST 2024


================
@@ -0,0 +1,30 @@
+; REQUIRES: asserts
+; RUN: opt -passes=slsr,gvn -S -debug-counter=slsr-counter=1  < %s | FileCheck %s
+
+;; Test that, with debug counters on, we will skip the first slsr opportunity.
----------------
justinfargnoli wrote:

`;;` -> `;`

https://github.com/llvm/llvm-project/pull/119981


More information about the llvm-commits mailing list