[PATCH] D157368: [VPlan] Consider scalar VF in masked VPReductionRecipe

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 8 06:45:04 PDT 2023


ABataev added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/scalar_interleave_masked_reduce.ll:15
+
+define double @loop(i64 %n, ptr noalias nocapture noundef readonly %c) #0 {
+
----------------
You can drop the attributes for %c parameter


================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/scalar_interleave_masked_reduce.ll:38
+
+attributes #0 = { nofree nosync nounwind memory(read, inaccessiblemem: none) uwtable "frame-pointer"="non-leaf" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="generic" "target-features"="+crc,+fp-armv8,+lse,+neon,+ras,+rdm,+v8.1a,+v8.2a,+v8a,-fmv" }
----------------
You can drop this attribute


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157368/new/

https://reviews.llvm.org/D157368



More information about the llvm-commits mailing list