[PATCH] D119855: [SLP]Fix vectorization of the alternate cmp instruction with swapped predicates.

Bogdan Graur via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 17 08:19:42 PST 2022


bgraur added a comment.

Please find attached the reproducer for the crash.

The compile command line is:

  clang -cc1 \
    -emit-obj \
    -O3 \
    -std=gnu++17 \
    -fsized-deallocation \
    -vectorize-slp \
    -o /tmp/rect.o \
    -x c++ rect.ii

rect.ii file: F22141003: rect.ii <https://reviews.llvm.org/F22141003>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119855



More information about the llvm-commits mailing list