[PATCH] D66955: [DebugInfo][If-Converter] Update call site info during the optimization

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 09:14:03 PDT 2019


efriedma added inline comments.


================
Comment at: lib/CodeGen/IfConversion.cpp:2065
     MachineInstr *MI = MF.CloneMachineInstr(&I);
+    // Since copied instruction is going to be deleted, update call
+    // site info state if the instruction is call instruction.
----------------
This comment doesn't make sense; what's getting deleted?


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

https://reviews.llvm.org/D66955





More information about the llvm-commits mailing list