[all-commits] [llvm/llvm-project] deb531: [BOLT] Remove unnecessary diagnostics
maksfb via All-commits
all-commits at lists.llvm.org
Thu Jun 22 14:07:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: deb53102a7ec90790556c732b2f954816548308d
https://github.com/llvm/llvm-project/commit/deb53102a7ec90790556c732b2f954816548308d
Author: Maksim Panchenko <maks at fb.com>
Date: 2023-06-22 (Thu, 22 Jun 2023)
Changed paths:
M bolt/lib/Passes/BinaryPasses.cpp
M bolt/test/X86/issue20.s
M bolt/test/X86/issue20.test
M bolt/test/X86/unreachable.test
Log Message:
-----------
[BOLT] Remove unnecessary diagnostics
When optimizations passes do not change anything, skip their diagnostics
output. NFC otherwise.
Reviewed By: Amir
Differential Revision: https://reviews.llvm.org/D153386
More information about the All-commits
mailing list