[all-commits] [llvm/llvm-project] 356cba: llvm-reduce: Don't print verifier failed machine f...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Sep 23 08:11:12 PDT 2024
Branch: refs/heads/users/arsenm/llvm-reduce/stop-printing-failed-machine-function
Home: https://github.com/llvm/llvm-project
Commit: 356cba3a14405771ac0dd32f8e15d3bd536f85d7
https://github.com/llvm/llvm-project/commit/356cba3a14405771ac0dd32f8e15d3bd536f85d7
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-09-23 (Mon, 23 Sep 2024)
Changed paths:
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/lib/CodeGen/MachineVerifier.cpp
M llvm/tools/llvm-reduce/ReducerWorkItem.cpp
Log Message:
-----------
llvm-reduce: Don't print verifier failed machine functions
This produces far too much terminal output, particularly for the
instruction reduction. Since it doesn't consider the liveness of of
the instructions it's deleting, it produces quite a lot of verifier
errors.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list