If the source is undef, then just don't do anything.
This matches SelectionDAG's behaviour in SelectionDAG.cpp.
Also add a test showing that we do the right thing here. (irtranslator-memfunc-undef.ll)
Differential D63095
[GlobalISel] Translate memset/memmove/memcpy from undef ptrs into nothing paquette on Jun 10 2019, 1:42 PM. Authored by
Details If the source is undef, then just don't do anything. This matches SelectionDAG's behaviour in SelectionDAG.cpp. Also add a test showing that we do the right thing here. (irtranslator-memfunc-undef.ll)
Diff Detail
Event Timeline
|