[PATCH] D118585: [llvm-reduce] Specify ShouldPreserveUseListOrder for internal .ll dumps
Markus Lavin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 31 02:45:14 PST 2022
markus added a comment.
In D118585#3283347 <https://reviews.llvm.org/D118585#3283347>, @fhahn wrote:
> This makes sense to me, but I think this is another motivation to use bitcode as default for temporary files (flip the default of `TmpFilesAsBitcode` to true)
Ah, I was not aware we had an option for bitcode (I see now it has been added somewhat recently). I agree it would make more sense to have that as default or perhaps even better that the intermediate format follows the format of the input file.
It is a bit unfortunate though that this option does not show when one does a `llvm-reduce --help` (I believe the same is true for a few of the other options as well).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118585/new/
https://reviews.llvm.org/D118585
More information about the llvm-commits
mailing list