[PATCH] D115268: [SLP]Fix comparator for cmp instruction vectorization.

Vasileios Porpodas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 7 17:30:01 PST 2021


vporpo added a comment.

Ah OK got it, it is `stable_sort()` in `tryToVectorizeSequence()` that crashes, not a run-failure when the standard library is compiled with the current compiler. Thanks for the explanation.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115268/new/

https://reviews.llvm.org/D115268



More information about the llvm-commits mailing list