[PATCH] D109417: Cost model for VPMemory operations on PowerPC.

Bardia Mahjour via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 8 15:27:53 PDT 2021


bmahjour added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h:146
+                                    const Instruction *I = nullptr);
+// The following constant is used for estimating costs on power9.
+#define PPC_PIPELINE_FLUSH_ESTIMATE 80
----------------
make this a static const member variable and include "P9" in the name.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109417



More information about the llvm-commits mailing list