[PATCH] D116760: [SLP]Do not reorder top nodes if they do not require reordering.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 10 10:25:25 PST 2022


RKSimon 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
+
----------------
Can this be pre-commited to show the diff?


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