[PATCH] D85607: CfgTraits: add CfgInstructionRef

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 11:38:35 PDT 2020


nhaehnle marked an inline comment as done.
nhaehnle added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/MachineCfgTraits.h:100
+    // provide one at all. We don't want to lay a subtle performance trap here.
+    abort();
+  }
----------------
arsenm wrote:
> llvm_unreachable?
Makes sense, done.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85607



More information about the llvm-commits mailing list