[all-commits] [llvm/llvm-project] 9f7209: [VPlan] Include wide IVs with NUW as monotonic in ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Apr 29 14:05:31 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f720984f08d161a8f996610840b859447c3ec5e
https://github.com/llvm/llvm-project/commit/9f720984f08d161a8f996610840b859447c3ec5e
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-04-29 (Wed, 29 Apr 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
Log Message:
-----------
[VPlan] Include wide IVs with NUW as monotonic in verifier. (#194959)
This fixes a verifier failure after
https://github.com/llvm/llvm-project/pull/194267 due to a wide IV
used in header mask compare being narrowed during later
optimizations.
This is in line how we treat other recipes, like adds, in the verifier
check.
Should fix https://lab.llvm.org/buildbot/#/builders/187/builds/19595.
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