[llvm] llvm-reduce: Avoid invalid reductions on x86_intrcc (PR #133396)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 28 08:31:34 PDT 2025
================
@@ -60,14 +73,18 @@ static void extractArgumentsFromModule(Oracle &O, ReducerWorkItem &WorkItem) {
Module &Program = WorkItem.getModule();
std::vector<Argument *> InitArgsToKeep;
std::vector<Function *> Funcs;
+
----------------
fhahn wrote:
unrelated whitespace change
```suggestion
```
https://github.com/llvm/llvm-project/pull/133396
More information about the llvm-commits
mailing list