[all-commits] [llvm/llvm-project] 8f4d2e: [VectorCombine] scalarizeLoadExtract - add debug m...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Mar 1 01:57:59 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f4d2e02bea6933d7f4c35f577bf5780bad93beb
https://github.com/llvm/llvm-project/commit/8f4d2e02bea6933d7f4c35f577bf5780bad93beb
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2025-03-01 (Sat, 01 Mar 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
Log Message:
-----------
[VectorCombine] scalarizeLoadExtract - add debug message for match + cost-comparison
Helps with debugging to show to that the fold found the match, and shows the old + new costs to indicate whether the fold was/wasn't profitable.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list