[all-commits] [llvm/llvm-project] a69085: [llvm-exegesis] Error instead of aborting on verif...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue May 20 14:48:40 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a690852b290fc9c843933f95d1c8ebb6d7b97adb
https://github.com/llvm/llvm-project/commit/a690852b290fc9c843933f95d1c8ebb6d7b97adb
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-05-20 (Tue, 20 May 2025)
Changed paths:
M llvm/tools/llvm-exegesis/lib/Assembler.cpp
Log Message:
-----------
[llvm-exegesis] Error instead of aborting on verification failure (#137581)
This patch makes llvm-exegesis emit an error when the machine function
fails in MachineVerification rather than aborting. This allows
downstream users (particularly https://github.com/google/gematria) to
handle these errors rather than having the entire process crash. This
essentially be NFC from the user perspective minus the addition of the
new error message.
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