[llvm] [LV] Convert scatter w/uniform addr and mask being header mask to scalar store. (PR #172799)

Elvis Wang via llvm-commits llvm-commits at lists.llvm.org
Mon May 11 21:55:39 PDT 2026


================
@@ -948,6 +925,60 @@ Value *VPInstruction::generate(VPTransformState &State) {
   }
 }
 
+InstructionCost VPRecipeWithIRFlags::getCostForRecipeWithOpcodeAndTypes(
----------------
ElvisWang123 wrote:

Moved to VPInstruction, thanks!

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


More information about the llvm-commits mailing list