Using uselistorders is fairly niche, it shouldn't be on by default and mostly just clutters the output.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
As I recall, I added this in based on comments in the review and I am fine with removing it. However, the parameter to unWrapAndPrint was added to preserve existing function and if this is removed, then the parameter should also be removed as it will always be false. The parameter can be dropped from the call to print also, as it defaults to false.
Comment Actions
I was suggesting this to catch non-determinism issues like the one D64866 fixed. Sounds good to me to make it off by default. Any way to make it opt-in? Making it part of API (add a field to PrintPassOptions) would be the best but it could be a follow-up patch with a FIXME added to this patch.