Use CodeGenOpts's setting for loop unrolling.
[to be coupled with D61618]
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Same comment as on other Clang patch -- let's update an IR generation test to reflect this?
Should just be adding a RUN line.
Comment Actions
Added test. Last RUN line fails before this patch (i.e. unrolling is not disabled with the given flag in the new pass manager).