[PATCH] D59687: [DebugInfo] Prologue inserter need to insert DW_OP_deref_size

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 25 06:08:14 PDT 2019


bjope added inline comments.


================
Comment at: lib/CodeGen/PrologEpilogInserter.cpp:1194
+        // DBG_VALUE to be direct.
+        if (MI.getOperand(1).getType() ==
+            MachineOperand::MachineOperandType::MO_Immediate &&
----------------
MI.getOperand(1).isImm()


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

https://reviews.llvm.org/D59687





More information about the llvm-commits mailing list