Skip to content

Commit 2277196

Browse files
author
Hal Finkel
committed
Add a comment about the PPC Interpretation64Bit bit
llvm-svn: 179391
1 parent 35005f7 commit 2277196

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/lib/Target/PowerPC/PPCInstrFormats.td

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ class I<bits<6> opcode, dag OOL, dag IOL, string asmstr, InstrItinClass itin>
3838

3939
// Fields used for relation models.
4040
string BaseName = "";
41+
42+
// For cases where multiple instruction definitions really represent the
43+
// same underlying instruction but with one definition for 64-bit arguments
44+
// and one for 32-bit arguments, this bit breaks the degeneracy between
45+
// the two forms and allows TableGen to generate mapping tables.
4146
bit Interpretation64Bit = 0;
4247
}
4348

0 commit comments

Comments
 (0)