]> granicus.if.org Git - llvm/commitdiff
[llvm-mca] Improve code comments. NFC.
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Wed, 1 Aug 2018 10:49:01 +0000 (10:49 +0000)
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Wed, 1 Aug 2018 10:49:01 +0000 (10:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338513 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-mca/DispatchStage.h
tools/llvm-mca/RetireControlUnit.h

index f21789a29c50143d1331ffbe93c87a41889e86d0..4262a241c08cd7d9de3f35aa7bb00d2d1d653e48 100644 (file)
@@ -38,7 +38,7 @@ class Scheduler;
 // the following conditions are met:
 //  1) There are enough entries in the reorder buffer (see class
 //     RetireControlUnit) to write the opcodes associated with the instruction.
-//  2) There are enough temporaries to rename output register operands.
+//  2) There are enough physical registers to rename output register operands.
 //  3) There are enough entries available in the used buffered resource(s).
 //
 // The number of micro opcodes that can be dispatched in one cycle is limited by
index 3530ff21ba0d18d9dacdeacbe1a4132b0ec76bcc..8acc8bcc98fe293fe661a77396a2d7e9ea641050 100644 (file)
@@ -31,7 +31,7 @@ namespace mca {
 /// this RetireControlUnit (RCU) gets notified.
 ///
 /// On instruction retired, register updates are all architecturally
-/// committed, and any temporary registers originally allocated for the
+/// committed, and any physicall registers previously allocated for the
 /// retired instruction are freed.
 struct RetireControlUnit : public HardwareUnit {
   // A RUToken is created by the RCU for every instruction dispatched to the