[PATCH] D81256: Upgrade TypePromotionTransaction to be able to report changes in CodeGenPrepare

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 01:57:36 PDT 2020


serge-sans-paille added inline comments.


================
Comment at: llvm/lib/CodeGen/CodeGenPrepare.cpp:2943
 
+bool TypePromotionTransaction::changed(
+    TypePromotionTransaction::ConstRestorationPt Point) {
----------------
foad wrote:
> Maybe `changedSince` would be a better name?
I've reworked the patch to make it closer to the original code, making that change no longer necessary.


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

https://reviews.llvm.org/D81256





More information about the llvm-commits mailing list