[all-commits] [llvm/llvm-project] cf0604: [LV] Remove AddedAnyChecks, check directly instead...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Jul 6 12:20:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf06047231586c9392915367161f8b2026b9ab0b
https://github.com/llvm/llvm-project/commit/cf06047231586c9392915367161f8b2026b9ab0b
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-07-06 (Sun, 06 Jul 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Remove AddedAnyChecks, check directly instead (NFC).
As suggested in https://github.com/llvm/llvm-project/pull/143879, remove
AddedAnyChecks member and directly check if there are any relevant
runtime check blocks.
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