The result type is separate from the source type.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp | ||
---|---|---|
101 | This does not seem to have any effect but shouldn't second type be s32 since narrow scalar uses s32? |
Comment Actions
llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp | ||
---|---|---|
101 | The legalizer info isn't really needed at all in any of these tests since the action is explicitly called |
This does not seem to have any effect but shouldn't second type be s32 since narrow scalar uses s32?