[PATCH] D85607: CfgTraits: add CfgInstructionRef

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 11 07:08:51 PDT 2020


arsenm 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();
+  }
----------------
llvm_unreachable?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85607



More information about the cfe-commits mailing list