[PATCH] D38068: [DebugInfo] Use a DenseMap to coalesce MachineOperand locations

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 10:13:43 PDT 2017


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

Testcase is the same as in the original commit?



================
Comment at: llvm/include/llvm/CodeGen/MachineOperand.h:785
 
+  // Artificial kinds for DenseMap usage.
+  enum : unsigned char {
----------------
`///`


https://reviews.llvm.org/D38068





More information about the llvm-commits mailing list