Skip to content

Commit c25add4

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

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
@@ -2580,7 +2580,7 @@ def UseFakeTrue16Insts : True16PredicateClass<"Subtarget->hasTrue16BitInsts() &&
25802580

25812581
def Has16bitD16HWBug: Predicate<"Subtarget->has16bitD16HWBug()">,
25822582
AssemblerPredicate<(all_of FeatureTrue16BitInsts, FeatureRealTrue16Insts, Feature16bitD16HWBug)>;
2583-
def NotHas16bitD16HWBug: Predicate<"Subtarget->useRealTrue16Insts() && "
2583+
def NotHas16bitD16HWBug: Predicate<"!Subtarget->has16bitD16HWBug()"
25842584
"!Subtarget->has16bitD16HWBug()">,
25852585
AssemblerPredicate<(all_of FeatureTrue16BitInsts, FeatureRealTrue16Insts, (not Feature16bitD16HWBug))>;
25862586

0 commit comments

Comments
 (0)