Skip to content

Commit f66c4f8

Browse files
broxigarchenSisyph
andauthored
Update llvm/lib/Target/AMDGPU/AMDGPU.td
Co-authored-by: Joe Nash <[email protected]>
1 parent 962bd62 commit f66c4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPU.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def FeatureRealTrue16Insts : SubtargetFeature<"real-true16",
589589
def Feature16bitD16HWBug : SubtargetFeature<"d16-hw-bug",
590590
"Enable16bitD16HWBug",
591591
"true",
592-
"D16 for 16 bit data type interfere the other half in true16 mode"
592+
"D16 instructions potentially have 32-bit data dependencies"
593593
>;
594594

595595
def FeatureBF16TransInsts : SubtargetFeature<"bf16-trans-insts",

0 commit comments

Comments
 (0)