[PATCH] D144770: [SLP] Outline GEP chain cost modeling into new TTI interface - NFCI.

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 10:26:11 PST 2023


tschuett added inline comments.


================
Comment at: llvm/include/llvm/Analysis/TargetTransformInfo.h:283
+  /// Describe known properties for a set of pointers.
+  struct PointersChainInfo {
+    /// All the GEPs in a set have same base address.
----------------
Can you static_assert that the size of PointerChainInfo is 4?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144770



More information about the llvm-commits mailing list