@@ -118,24 +118,24 @@ def FeatureRelax
118
118
// Floating point approximation operation
119
119
def FeatureFrecipe
120
120
: SubtargetFeature<"frecipe", "HasFrecipe", "true",
121
- "Support frecipe.{s/d} and frsqrte.{s/d} instructions. ">;
121
+ "Support frecipe.{s/d} and frsqrte.{s/d} instructions">;
122
122
def HasFrecipe : Predicate<"Subtarget->hasFrecipe()">;
123
123
124
124
// Atomic memory swap and add instructions for byte and half word
125
125
def FeatureLAM_BH
126
126
: SubtargetFeature<"lam-bh", "HasLAM_BH", "true",
127
- "Support amswap[_db].{b/h} and amadd[_db].{b/h} instructions. ">;
127
+ "Support amswap[_db].{b/h} and amadd[_db].{b/h} instructions">;
128
128
def HasLAM_BH : Predicate<"Subtarget->hasLAM_BH()">;
129
129
130
130
// Atomic memory compare and swap instructions for byte, half word, word and double word
131
131
def FeatureLAMCAS
132
132
: SubtargetFeature<"lamcas", "HasLAMCAS", "true",
133
- "Support amcas[_db].{b/h/w/d}. ">;
133
+ "Support amcas[_db].{b/h/w/d}">;
134
134
def HasLAMCAS : Predicate<"Subtarget->hasLAMCAS()">;
135
135
136
136
def FeatureLD_SEQ_SA
137
137
: SubtargetFeature<"ld-seq-sa", "HasLD_SEQ_SA", "true",
138
- "Don't use load-load barrier (dbar 0x700). ">;
138
+ "Don't use a same-address load-load barrier (dbar 0x700)">;
139
139
def HasLD_SEQ_SA : Predicate<"Subtarget->hasLD_SEQ_SA()">;
140
140
141
141
// Assume div.w[u] and mod.w[u] can handle inputs that are not sign-extended.
0 commit comments