Skip to content

Commit f22cde1

Browse files
authored
[GlobalISel][NFC]Delete the comments of XXLegalizerInfo (llvm#76918)
Delete the LegalizerInfo comments of AArch64/AMD64/ARM/M68k/RISCV/x86, they are copied from register bank.
1 parent a90ed3e commit f22cde1

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ namespace llvm {
2323

2424
class AArch64Subtarget;
2525

26-
/// This class provides the information for the target register banks.
2726
class AArch64LegalizerInfo : public LegalizerInfo {
2827
public:
2928
AArch64LegalizerInfo(const AArch64Subtarget &ST);

llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class MachineIRBuilder;
2727
namespace AMDGPU {
2828
struct ImageDimIntrinsicInfo;
2929
}
30-
/// This class provides the information for the target register banks.
3130
class AMDGPULegalizerInfo final : public LegalizerInfo {
3231
const GCNSubtarget &ST;
3332

llvm/lib/Target/ARM/ARMLegalizerInfo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ namespace llvm {
2323

2424
class ARMSubtarget;
2525

26-
/// This class provides the information for the target register banks.
2726
class ARMLegalizerInfo : public LegalizerInfo {
2827
public:
2928
ARMLegalizerInfo(const ARMSubtarget &ST);

llvm/lib/Target/M68k/GISel/M68kLegalizerInfo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace llvm {
2020

2121
class M68kSubtarget;
2222

23-
/// This struct provides the information for the target register banks.
2423
struct M68kLegalizerInfo : public LegalizerInfo {
2524
public:
2625
M68kLegalizerInfo(const M68kSubtarget &ST);

llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class GISelChangeObserver;
2121
class MachineIRBuilder;
2222
class RISCVSubtarget;
2323

24-
/// This class provides the information for the target register banks.
2524
class RISCVLegalizerInfo : public LegalizerInfo {
2625
const RISCVSubtarget &STI;
2726
const unsigned XLen;

llvm/lib/Target/X86/GISel/X86LegalizerInfo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ namespace llvm {
2121
class X86Subtarget;
2222
class X86TargetMachine;
2323

24-
/// This class provides the information for the target register banks.
2524
class X86LegalizerInfo : public LegalizerInfo {
2625
private:
2726
/// Keep a reference to the X86Subtarget around so that we can

0 commit comments

Comments
 (0)