[all-commits] [llvm/llvm-project] 28d95a: [llvm-reduce] Allow writing temporary files as bit...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Nov 16 04:40:09 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 28d95a26109ece40f675d6a78477a820488bcece
https://github.com/llvm/llvm-project/commit/28d95a26109ece40f675d6a78477a820488bcece
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-11-16 (Tue, 16 Nov 2021)
Changed paths:
A llvm/test/tools/llvm-reduce/Inputs/llvm-dis-and-filecheck.py
A llvm/test/tools/llvm-reduce/temporary-files-as-bitcode.ll
M llvm/tools/llvm-reduce/deltas/Delta.cpp
Log Message:
-----------
[llvm-reduce] Allow writing temporary files as bitcode.
Textual LLVM IR files are much bigger and take longer to write to disk.
To avoid the extra cost incurred by serializing to text, this patch adds
an option to save temporary files as bitcode instead.
Reviewed By: aeubanks
Differential Revision: https://reviews.llvm.org/D113858
More information about the All-commits
mailing list