Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/CodeGen/MIRCanonicalizerPass.cpp | ||
---|---|---|
301–306 | Isn't this equivalent to MultiUsers[UseToBringDefCloserTo].push_back(Def), since you're default constructing the vector anyway? | |
306–307 | Stylistically, both the comment and the variable should start with capital letters. I'd probably also use "const auto &" rather than just auto here. | |
315–316 | What does it mean if we get here? |
Isn't this equivalent to MultiUsers[UseToBringDefCloserTo].push_back(Def), since you're default constructing the vector anyway?