We can replace the return values with undef if we replaced all the call uses with a constant/undef, in the multiple return value case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D22336
[SCCP] zap multiple return values davide on Jul 13 2016, 10:03 PM. Authored by
Details We can replace the return values with undef if we replaced all the call uses with a constant/undef, in the multiple return value case.
Diff Detail
|