[PATCH] D43111: [CodeGen] Add lifetime markers to the list of meta-instructions.

Matt Davis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 9 13:37:22 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL324771: [CodeGen] Add lifetime markers to the list of meta-instructions. (authored by mattd, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D43111?vs=133554&id=133679#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D43111

Files:
  llvm/trunk/include/llvm/CodeGen/MachineInstr.h


Index: llvm/trunk/include/llvm/CodeGen/MachineInstr.h
===================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineInstr.h
+++ llvm/trunk/include/llvm/CodeGen/MachineInstr.h
@@ -893,6 +893,8 @@
     case TargetOpcode::EH_LABEL:
     case TargetOpcode::GC_LABEL:
     case TargetOpcode::DBG_VALUE:
+    case TargetOpcode::LIFETIME_START:
+    case TargetOpcode::LIFETIME_END:
       return true;
     }
   }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43111.133679.patch
Type: text/x-patch
Size: 457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180209/e740358a/attachment.bin>


More information about the llvm-commits mailing list