AMDGPU change and test is a placeholder until a future patch with
complete handling.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
The bit that's here LGTM. Is there another patch that implements moreElementsVectorSrc/moreElementsVectorDst?
include/llvm/Target/GenericOpcodes.td | ||
---|---|---|
672 ↗ | (On Diff #208825) | Thanks for adding this. |
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | ||
2543–2544 | Shouldn't we defend against this for the G_STORE case too? |
Comment Actions
Those have been around for a while, since around r354345
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | ||
---|---|---|
2543–2544 | Probably, although I'm not sure it makes sense to ever legalize the pointer operand |
Shouldn't we defend against this for the G_STORE case too?