[llvm] r344797 - [llvm-mca] Remove a stale TODO comment. NFC
Andrea Di Biagio via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 19 11:39:30 PDT 2018
Author: adibiagio
Date: Fri Oct 19 11:39:29 2018
New Revision: 344797
URL: http://llvm.org/viewvc/llvm-project?rev=344797&view=rev
Log:
[llvm-mca] Remove a stale TODO comment. NFC
Starting from revision r344334, we can now describe optimizable
register-register moves in the machine scheduling models.
Modified:
llvm/trunk/tools/llvm-mca/include/Instruction.h
Modified: llvm/trunk/tools/llvm-mca/include/Instruction.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-mca/include/Instruction.h?rev=344797&r1=344796&r2=344797&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-mca/include/Instruction.h (original)
+++ llvm/trunk/tools/llvm-mca/include/Instruction.h Fri Oct 19 11:39:29 2018
@@ -342,8 +342,6 @@ class Instruction {
// This field is set for instructions that are candidates for move
// elimination. For more information about move elimination, see the
// definition of RegisterMappingTracker in RegisterFile.h
- //
- // TODO: Teach subtargets how to describe optimizable register moves.
bool IsOptimizableMove;
using UniqueDef = std::unique_ptr<WriteState>;
More information about the llvm-commits
mailing list