[PATCH] D99328: [SLP] Fix crash in reduction for integer min/max

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 25 04:54:52 PDT 2021


fhahn added inline comments.


================
Comment at: llvm/test/Transforms/SLPVectorizer/slp-umax-rdx-crash.ll:3
+; RUN: opt -slp-vectorizer -S < %s 2>&1| FileCheck %s
+; REQUIRES: asserts
+
----------------
There's no need to require asserts I think, given that you just check the IR. You also don't need `2 > &1` I think


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99328



More information about the llvm-commits mailing list