[all-commits] [llvm/llvm-project] 4f0bd8: [SLP]Fix strict weak ordering for Cmp instruction ...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Mon Aug 14 09:43:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f0bd8f7ac38e17fd01a99c3e42777e0bba188c9
https://github.com/llvm/llvm-project/commit/4f0bd8f7ac38e17fd01a99c3e42777e0bba188c9
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/test/Transforms/SLPVectorizer/X86/alternate-cmp-swapped-pred-parent.ll
Log Message:
-----------
[SLP]Fix strict weak ordering for Cmp instruction comparator.
Sorting algorithms require strict weak ordering for comparators, final
fix for cmp instructions comparator.
More information about the All-commits
mailing list