[PATCH] D111021: [X86][Costmodel] Load/store i32/f32 Stride=3 VF=8 interleaving costs

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 3 07:56:18 PDT 2021


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM with one minor



================
Comment at: llvm/test/Analysis/CostModel/X86/interleaved-load-float.ll:140
-  br i1 %cmp, label %for.body, label %for.cond.cleanup
-}
-
----------------
Maybe remove this as a separate pre-commit as we already have interleaved-load-f32-stride-3.ll ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111021



More information about the llvm-commits mailing list