[all-commits] [llvm/llvm-project] 363d99: llvm-reduce: Fix not preserving uselistorder with ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jun 30 07:26:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 363d99db49a1ded7d31c7253d203f737d269ad86
https://github.com/llvm/llvm-project/commit/363d99db49a1ded7d31c7253d203f737d269ad86
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M llvm/test/tools/llvm-reduce/Inputs/llvm-dis-and-filecheck.py
A llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll
M llvm/tools/llvm-reduce/ReducerWorkItem.cpp
Log Message:
-----------
llvm-reduce: Fix not preserving uselistorder with bitcode
Fix accidentally passing pointer to bool argument This was supposed to
be writing bitcode with preserved uselistorder, but instead was only
enabling it with LTO module summaries.
More information about the All-commits
mailing list