Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Just spoke with Paul about this issue. We decided that defining the undef elements may be too aggressive. Updated patch to come...
Comment Actions
Hi @cameron.mcinally, I've finally had chance to circle back to this (no April fools joke I promise :) ) and looking at DAGCombiner::visitINSERT_SUBVECTOR I can see several instances where it throws away undef information, not least the first two combines before my new one. So my feeling is there's no expectation to preserve it for our use case either.