[llvm] [SLP]Add debug counter support (PR #110734)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 1 13:18:34 PDT 2024


================
@@ -11175,6 +11179,9 @@ bool BoUpSLP::isLoadCombineCandidate(ArrayRef<Value *> Stores) const {
 }
 
 bool BoUpSLP::isTreeTinyAndNotFullyVectorizable(bool ForReduction) const {
----------------
aeubanks wrote:

I think ideally we'd only increment the counter and force return `true` in the cases where this function would return `false`, but ultimately it doesn't matter too much, it just makes the counter ranges larger

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


More information about the llvm-commits mailing list