This is a fix for PR39625 with improvement the compile time
by reducing the number of intermediate Phi nodes created.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This looks good, but I think that some of the comments need to be adjusted as they're no longer accurate for what the code is doing.
lib/CodeGen/CodeGenPrepare.cpp | ||
---|---|---|
3019–3020 | This line is no longer relevant, should be deleted. | |
3045–3067 | This comment needs to be updated so it talks about values, not values in blocks. | |
3236–3241 | Comment should be adjusted to talk about traversing values, not blocks. |
This line is no longer relevant, should be deleted.