[PATCH] D70095: [PGO][PGSO] DAG.shouldOptForSize part.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 21 01:29:20 PST 2019


RKSimon added a comment.

Does WebAssembly still need updating ?



================
Comment at: llvm/include/llvm/CodeGen/SelectionDAG.h:241
+  ProfileSummaryInfo *PSI;
+  BlockFrequencyInfo *BFI;
+
----------------
initialize with = nullptr


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70095





More information about the llvm-commits mailing list