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 0d6c686 commit 9db1188Copy full SHA for 9db1188
llvm/lib/Target/Sparc/SparcInstrInfo.td
@@ -24,7 +24,8 @@ include "SparcInstrFormats.td"
24
def Is32Bit : Predicate<"!Subtarget->is64Bit()">;
25
26
// True when generating 64-bit code. This also implies HasV9.
27
-def Is64Bit : Predicate<"Subtarget->is64Bit()">;
+def Is64Bit : Predicate<"Subtarget->is64Bit()">,
28
+ AssemblerPredicate<(all_of FeatureV9)>;
29
30
def UseSoftMulDiv : Predicate<"Subtarget->useSoftMulDiv()">,
31
AssemblerPredicate<(all_of FeatureSoftMulDiv)>;
0 commit comments