Unused in this commit, but will be used in a subsequent change (D8142)
by a FileCheck test.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM.
How bad would it be to make this default? Just lots of tests to update? Or is it really undesirable to see this level of detail?
I'm not anxious to break tests and create merge problems for people. I'm just curious. Please explain why we need another command line option in the commit comments at least.
Comment Actions
Changed ScalarEvolution::print to always print the constant ranges
associated with SCEVs. This did not create as much churn as I had
feared, PTAL.
Comment Actions
Thanks. I think it's better not to add options, even if it causes some merge headaches. Although I don't think many people have out-of-tree SCEV tests anyway.