This mirrors the support for the equivalent extracts. This also
creates a huge mess that would be greatly improved if we had any bit
operation combines.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp | ||
---|---|---|
2502 | I considered this, but this function is only half implemented. The >= case should also be here. I think early exit would make sense for the shorter case, but I'm not sure which one that would be without implementing it | |
2519 | This covers multiple lines | |
2530 | Also covers multiple lines |
Early exit if NewNumElts >= OldNumElts to save on indent?