[PATCH] D71832: [TypePromotion] Make TypeSize a class member

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 23 01:56:07 PST 2019


samparker marked an inline comment as done.
samparker added inline comments.


================
Comment at: llvm/lib/CodeGen/TypePromotion.cpp:917
+    if (auto *I = dyn_cast<Instruction>(V))
+      Blocks.insert(I->getParent());
+
----------------
This change was a part of the original commit to fix some tests when the pass is enabled by default. Figured it would be best to get this committed again before re-enabling.


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

https://reviews.llvm.org/D71832





More information about the llvm-commits mailing list