[PATCH] D29014: [SelDag][MIR] Add FREEZE

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 19 16:09:58 PST 2020


aqjune marked 2 inline comments as done.
aqjune added inline comments.


================
Comment at: llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp:1135
+        if (isVerbose()) emitFreeze(&MI);
+        break;
       case TargetOpcode::KILL:
----------------
efriedma wrote:
> If we expand FREEZE in ExpandPostRAPseudos, how can we reach this code?
It was a legacy code to see the freeze comment from assembly before updating ExpandPostRAPseudos. I removed it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D29014





More information about the llvm-commits mailing list