This patch updates the Reg2Mem loops to use more modern iterators.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
400 ms | linux > HWAddressSanitizer-x86_64.TestCases::sizes.cpp |
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 | ||
---|---|---|
95 | This doesn't need brackets now I think. |
This doesn't need brackets now I think.