[llvm] [SLP] Fix crash on trying to reshuffle a scalar that was vectorized. (PR #72295)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 12:56:43 PST 2023


================
@@ -0,0 +1,37 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 3
+; RUN: opt -passes=slp-vectorizer -S -mtriple=x86_64 < %s | FileCheck %s
+
+target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
+
----------------
alexey-bataev wrote:

You can drop this

https://github.com/llvm/llvm-project/pull/72295


More information about the llvm-commits mailing list