[all-commits] [llvm/llvm-project] 3d589a: [VPlan] Add splitAt unit test. NFC (#164636)
Luke Lau via All-commits
all-commits at lists.llvm.org
Thu Nov 6 07:21:10 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d589a93efed59349a432aef757abfaaf12f59b9
https://github.com/llvm/llvm-project/commit/3d589a93efed59349a432aef757abfaaf12f59b9
Author: Luke Lau <luke at igalia.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
Log Message:
-----------
[VPlan] Add splitAt unit test. NFC (#164636)
@sink_replicate_region_4_requires_split_at_end_of_block was originally
added to ensure splitting at the end of a block wouldn't crash, see
bdada7546e6b4a189a22c7ba9ce2d1b507b9c22e
However it looks like we're now no longer testing this because conv
isn't at the end of the block anymore.
This moves it into a unit test instead. Discovered when working on
https://github.com/llvm/llvm-project/pull/160449
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