[llvm] [VPlan] Add splitAt unit test. NFC (PR #164636)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 6 06:56:41 PST 2025


================
@@ -239,110 +239,6 @@ exit:
   ret i32 %res
 }
 
-; To sink the replicate region containing %rem, we need to split the block
-; containing %conv at the end, because %conv is the last recipe in the block.
-define void @sink_replicate_region_4_requires_split_at_end_of_block(i32 %x, ptr %ptr, ptr noalias %dst) optsize {
----------------
fhahn wrote:

Sounds good, thanks for checking

https://github.com/llvm/llvm-project/pull/164636


More information about the llvm-commits mailing list