Skip to content

Commit 18658db

Browse files
authored
[RISCV] Remove stale comments. NFC (#94925)
We no longer have _TU pseudo instructions. I'm not sure if we have any unsuffixed instructions w/o mask w/ passthru w/o policy operand. That case is not covered by the earlier comments. I could not find any from a quick audit.
1 parent d9593c1 commit 18658db

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@
6767
/// that terminology in code frequently refers to these as "TA" which is
6868
/// confusing. We're in the process of migrating away from this
6969
/// representation.
70-
/// * _TU w/o policy operand -- Has a passthrough operand, and always
71-
/// represents the tail undisturbed state.
72-
/// * _TU w/policy operand - Can represent all three policy states. If
73-
/// passthrough is IMPLICIT_DEF (or NoReg), then represents "undefined".
74-
/// Otherwise, policy operand and tablegen flags drive the interpretation.
7570
///
7671
//===----------------------------------------------------------------------===//
7772

0 commit comments

Comments
 (0)