Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lgtm with nits inline
lib/Transforms/Scalar/IndVarSimplify.cpp | ||
---|---|---|
890 ↗ | (On Diff #75041) | Add a one-liner here on what this is for. |
1610 ↗ | (On Diff #75041) | Can you use make_range here? |
test/Transforms/IndVarSimplify/post-inc-range.ll | ||
152 ↗ | (On Diff #75041) | Can you also add a test case where you've not broken the block? That is, the loop has only one basic block? |