File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -722,13 +722,13 @@ def FeatureFlatAtomicFaddF32Inst
722
722
def FeatureDefaultComponentZero : SubtargetFeature<"default-component-zero",
723
723
"HasDefaultComponentZero",
724
724
"true",
725
- "BUFFER/IMAGE store instructions set unspecified components to zero"
725
+ "BUFFER/IMAGE store instructions set unspecified components to zero (before GFX12) "
726
726
>;
727
727
728
728
def FeatureDefaultComponentBroadcast : SubtargetFeature<"default-component-broadcast",
729
729
"HasDefaultComponentBroadcast",
730
730
"true",
731
- "BUFFER/IMAGE store instructions set unspecified components to x component"
731
+ "BUFFER/IMAGE store instructions set unspecified components to x component (GFX12) "
732
732
>;
733
733
734
734
def FeatureSupportsSRAMECC : SubtargetFeature<"sramecc-support",
You can’t perform that action at this time.
0 commit comments