File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -140,13 +140,16 @@ class VETTIImpl : public BasicTTIImplBase<VETTIImpl> {
140
140
llvm_unreachable (" Unsupported register kind" );
141
141
}
142
142
143
+ // / Need to comment out after 02c5ba8679873e878ae7a76fb26808a47940275b
144
+ #if 0
143
145
/// \returns How the target needs this vector-predicated operation to be
144
146
/// transformed.
145
147
TargetTransformInfo::VPLegalization
146
148
getVPLegalizationStrategy(const VPIntrinsic &PI) const {
147
149
using VPLegalization = TargetTransformInfo::VPLegalization;
148
150
return VPLegalization(VPLegalization::Legal, VPLegalization::Legal);
149
151
}
152
+ #endif
150
153
151
154
unsigned getMinVectorRegisterBitWidth () const {
152
155
return !makeVectorOpsExpensive () && (simd () || enableVPU ()) ? 256 * 64 : 0 ;
You can’t perform that action at this time.
0 commit comments