[llvm] [NFC][LV]: Differentiate between Pred and Unpred masked operations. (PR #169509)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 1 06:12:47 PST 2025
================
@@ -2147,11 +2147,11 @@ bool LoopVectorizationLegality::canFoldTailByMasking() const {
void LoopVectorizationLegality::prepareToFoldTailByMasking() {
// The list of pointers that we can safely read and write to remains empty.
SmallPtrSet<Value *, 8> SafePointers;
-
----------------
david-arm wrote:
nit: whitespace change
https://github.com/llvm/llvm-project/pull/169509
More information about the llvm-commits
mailing list