[llvm] 13e1dd9 - [llvm-reduce] Remove outdated bugpoint comment
via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 20:52:53 PDT 2026
Author: Aiden Grossman
Date: 2026-08-05T20:52:49-07:00
New Revision: 13e1dd9dc297d740daff3e5c234d16f7f59eaf76
URL: https://github.com/llvm/llvm-project/commit/13e1dd9dc297d740daff3e5c234d16f7f59eaf76
DIFF: https://github.com/llvm/llvm-project/commit/13e1dd9dc297d740daff3e5c234d16f7f59eaf76.diff
LOG: [llvm-reduce] Remove outdated bugpoint comment
Bugpoint was removed in 9d5574dda60151dcd1eb6f315c20e4d9120596f9. The
comment is also incorrect. llvm-reduce eventually subsumed bugpoint, not
the other way around.
Reviewers: arsenm
Pull Request: https://github.com/llvm/llvm-project/pull/214254
Added:
Modified:
llvm/tools/llvm-reduce/llvm-reduce.cpp
Removed:
################################################################################
diff --git a/llvm/tools/llvm-reduce/llvm-reduce.cpp b/llvm/tools/llvm-reduce/llvm-reduce.cpp
index ffda00d1a5785..953e25afb9fd8 100644
--- a/llvm/tools/llvm-reduce/llvm-reduce.cpp
+++ b/llvm/tools/llvm-reduce/llvm-reduce.cpp
@@ -8,9 +8,7 @@
//
// This program tries to reduce an IR test case for a given interesting-ness
// test. It runs multiple delta debugging passes in order to minimize the input
-// file. It's worth noting that this is a part of the bugpoint redesign
-// proposal, and thus a *temporary* tool that will eventually be integrated
-// into the bugpoint tool itself.
+// file.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list