[PATCH] D116760: [SLP]Do not reorder top nodes if they do not require reordering.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 10 10:29:57 PST 2022
ABataev added inline comments.
================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/reordered-top-scalars.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -S --slp-vectorizer -mtriple=x86_64-unknown %s -slp-threshold=-5 | FileCheck %s
+
----------------
RKSimon wrote:
> Can this be pre-commited to show the diff?
No, currently it crashes the compiler.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116760/new/
https://reviews.llvm.org/D116760
More information about the llvm-commits
mailing list