[llvm] [LoopVectorize] Add cost of generating tail-folding mask to the loop (PR #130565)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 17 09:56:59 PDT 2025


================
@@ -482,10 +482,10 @@ define void @conditional_uniform_load(ptr noalias nocapture %a, ptr noalias noca
 ; TF-FIXEDLEN:       vector.ph:
 ; TF-FIXEDLEN-NEXT:    [[BROADCAST_SPLATINSERT:%.*]] = insertelement <4 x ptr> poison, ptr [[B:%.*]], i64 0
 ; TF-FIXEDLEN-NEXT:    [[BROADCAST_SPLAT:%.*]] = shufflevector <4 x ptr> [[BROADCAST_SPLATINSERT]], <4 x ptr> poison, <4 x i32> zeroinitializer
-; TF-FIXEDLEN-NEXT:    br label [[VECTOR_BODY:%.*]]
+; TF-FIXEDLEN-NEXT:    br label [[FOR_BODY:%.*]]
----------------
david-arm wrote:

I've noticed some really odd behaviour with update_test_checks.py recently where labels get completely incorrect names! I'll see if I can just manually fix this, although that does mean it's not autogenerated.

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


More information about the llvm-commits mailing list