[PATCH] D104641: Strip undef implying attributes when moving calls

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 26 13:57:00 PDT 2021


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


================
Comment at: llvm/lib/Analysis/IVDescriptors.cpp:202
 
+  errs() << "ExactFPMathInst: " << *ExactFPMathInst << " Exit: " << *Exit
+         << "  Phi : " << *Phi << "\n";
----------------
Ah. ignore stale comment for fixing another bug. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104641



More information about the llvm-commits mailing list