[all-commits] [llvm/llvm-project] 261a84: [MISched] Fix non-debug builds.
Francesco Petrogalli via All-commits
all-commits at lists.llvm.org
Wed Jun 14 06:13:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 261a84f9cf98be80913c0da3f3dbd488b3125b3e
https://github.com/llvm/llvm-project/commit/261a84f9cf98be80913c0da3f3dbd488b3125b3e
Author: Francesco Petrogalli <francesco.petrogalli at apple.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M llvm/include/llvm/CodeGen/MachineScheduler.h
Log Message:
-----------
[MISched] Fix non-debug builds.
As reported in https://github.com/llvm/llvm-project/issues/63225, we
need to make sure we can use the `&operator<<` on instances of the
`ResourceSegments` class for builds that set `NDEBUG`.
Reviewed By: sylvestre.ledru
Differential Revision: https://reviews.llvm.org/D152817
More information about the All-commits
mailing list