[PATCH] D71993: [Transforms][GlobalSRA] huge array causes long compilation time and huge memory usage.

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 14:17:55 PST 2020


xbolva00 added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/GlobalOpt.cpp:440
+
+  if (dyn_cast<StructType>(Init->getType())) {
+    // nothing to check
----------------
isa


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71993





More information about the llvm-commits mailing list