Skip to content

Commit b61e5b0

Browse files
[AMDGPU][NFC] Add GFX numbers to DefaultComponent feature (#77894)
1 parent f9e67da commit b61e5b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/AMDGPU/AMDGPU.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,13 +722,13 @@ def FeatureFlatAtomicFaddF32Inst
722722
def FeatureDefaultComponentZero : SubtargetFeature<"default-component-zero",
723723
"HasDefaultComponentZero",
724724
"true",
725-
"BUFFER/IMAGE store instructions set unspecified components to zero"
725+
"BUFFER/IMAGE store instructions set unspecified components to zero (before GFX12)"
726726
>;
727727

728728
def FeatureDefaultComponentBroadcast : SubtargetFeature<"default-component-broadcast",
729729
"HasDefaultComponentBroadcast",
730730
"true",
731-
"BUFFER/IMAGE store instructions set unspecified components to x component"
731+
"BUFFER/IMAGE store instructions set unspecified components to x component (GFX12)"
732732
>;
733733

734734
def FeatureSupportsSRAMECC : SubtargetFeature<"sramecc-support",

0 commit comments

Comments
 (0)