This patch updates the Reg2Mem loops to use more modern iterators.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
instructions(F) is a new one to me. Very smart. I'll have to remember to use it elsewhere.
llvm/lib/Transforms/Scalar/Reg2Mem.cpp | ||
---|---|---|
94 | This doesn't need brackets now I think. |
This doesn't need brackets now I think.