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
- Repository
- rL LLVM
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 | ||
---|---|---|
3020 ↗ | (On Diff #175405) | This line is no longer relevant, should be deleted. |
3047–3069 ↗ | (On Diff #175405) | This comment needs to be updated so it talks about values, not values in blocks. |
3237–3241 ↗ | (On Diff #175405) | Comment should be adjusted to talk about traversing values, not blocks. |