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

Justin Fargnoli via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 11:56:27 PST 2024


================
@@ -0,0 +1,26 @@
+; REQUIRES: asserts
+; RUN: opt -passes=slsr,gvn -S -debug-counter=slsr-counter=1  < %s | FileCheck %s
----------------
justinfargnoli wrote:

Do we need to run GVN (Global Value Numbering) here? It'd be nicer if you could eliminate the need to run it.

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


More information about the llvm-commits mailing list