[PATCH] D48496: [llvm-mca] Rename Backend to Pipeline. NFC.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 25 03:54:16 PDT 2018
courbet added inline comments.
================
Comment at: tools/llvm-mca/Pipeline.h:11
///
-/// This file implements an OoO backend for the llvm-mca tool.
+/// This file implements an OoO pipeline for the llvm-mca tool.
///
----------------
andreadb wrote:
> Remove the OoO part. I don't think it makes much sense when applied to pipeline.
I would keep it, just to make it clear to the reader that it's not strictly a linear DAG.
https://reviews.llvm.org/D48496
More information about the llvm-commits
mailing list