[all-commits] [llvm/llvm-project] 49d41d: MachineSink: Fix strict weak ordering in GetAllSor...
Daniel Kutenin via All-commits
all-commits at lists.llvm.org
Wed Aug 2 12:53:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49d41de57896e935cd5726719c5208bce22694ae
https://github.com/llvm/llvm-project/commit/49d41de57896e935cd5726719c5208bce22694ae
Author: Danila Kutenin <kutdanila at yandex.ru>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M llvm/lib/CodeGen/MachineSink.cpp
Log Message:
-----------
MachineSink: Fix strict weak ordering in GetAllSortedSuccessors
CodeGen/X86/pseudo_cmov_lower2.ll fails using libc++ debug mode
(D150264) without this change.
Reviewed By: MaskRay, aeubanks
Differential Revision: https://reviews.llvm.org/D155811
More information about the All-commits
mailing list