File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
llvm/include/llvm/CodeGen/GlobalISel Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -240,16 +240,6 @@ class LegacyLegalizerInfo {
240
240
Unsupported);
241
241
}
242
242
243
- static SizeAndActionsVec
244
- narrowToSmallerAndWidenToSmallest (const SizeAndActionsVec &v) {
245
- using namespace LegacyLegalizeActions ;
246
- assert (v.size () > 0 &&
247
- " At least one size that can be legalized towards is needed"
248
- " for this SizeChangeStrategy" );
249
- return decreaseToSmallerTypesAndIncreaseToSmallest (v, NarrowScalar,
250
- WidenScalar);
251
- }
252
-
253
243
// / A SizeChangeStrategy for the common case where legalization for a
254
244
// / particular vector operation consists of having more elements in the
255
245
// / vector, to a type that is legal. Unless there is no such type and then
You can’t perform that action at this time.
0 commit comments