[llvm] [LV] Update incoming blocks in VPWidenPHIRecipe in reassociateBlocks (PR #125481)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 3 04:33:03 PST 2025
================
@@ -659,6 +659,45 @@ TEST_F(VPBasicBlockTest, TraversingIteratorTest) {
}
}
+TEST_F(VPBasicBlockTest, reassociateBlocks) {
+ {
----------------
fhahn wrote:
Could you add a brief comment what this is testing?
https://github.com/llvm/llvm-project/pull/125481
More information about the llvm-commits
mailing list