[PATCH] D127083: [MCA] Introducing incremental SourceMgr and resumable pipeline

Andrea Di Biagio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 11:20:39 PDT 2022


andreadb added inline comments.


================
Comment at: llvm/include/llvm/MCA/Stages/Stage.h:21
 #include <set>
+#include <system_error>
 
----------------
Is there a reason why you use <system_error> for your new Error type?



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127083



More information about the llvm-commits mailing list