We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313eedb commit c25add4Copy full SHA for c25add4
llvm/lib/Target/AMDGPU/AMDGPU.td
@@ -2580,7 +2580,7 @@ def UseFakeTrue16Insts : True16PredicateClass<"Subtarget->hasTrue16BitInsts() &&
2580
2581
def Has16bitD16HWBug: Predicate<"Subtarget->has16bitD16HWBug()">,
2582
AssemblerPredicate<(all_of FeatureTrue16BitInsts, FeatureRealTrue16Insts, Feature16bitD16HWBug)>;
2583
-def NotHas16bitD16HWBug: Predicate<"Subtarget->useRealTrue16Insts() && "
+def NotHas16bitD16HWBug: Predicate<"!Subtarget->has16bitD16HWBug()"
2584
"!Subtarget->has16bitD16HWBug()">,
2585
AssemblerPredicate<(all_of FeatureTrue16BitInsts, FeatureRealTrue16Insts, (not Feature16bitD16HWBug))>;
2586
0 commit comments