aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2022-07-28 15:26:42 +0100
committerFlorian Hahn <flo@fhahn.com>2022-07-28 15:26:42 +0100
commitf912bab111add1275fcaf5f24e4d3654127972d0 (patch)
tree19a52446cf576c1db0fc89586f50d7756cad8ddc /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp
parentbe488ba7de2b2231101885af88c4a745ace811cf (diff)
downloadllvm-f912bab111add1275fcaf5f24e4d3654127972d0.zip
llvm-f912bab111add1275fcaf5f24e4d3654127972d0.tar.gz
llvm-f912bab111add1275fcaf5f24e4d3654127972d0.tar.bz2
Revert "[X86][DAGISel] Don't widen shuffle element with AVX512"
This reverts commit 5fb41342105700949c81f68aefc85d9c46e9a1a6. This patch is causing crashes when building llvm-test-suite when optimizing for CPUs with AVX512. Reproducer crashing with llc: target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-apple-macosx" define i32 @test(<32 x i32> %0) #0 { entry: %1 = mul <32 x i32> %0, <i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1> %2 = tail call i32 @llvm.vector.reduce.add.v32i32(<32 x i32> %1) ret i32 %2 } ; Function Attrs: nocallback nofree nosync nounwind readnone willreturn declare i32 @llvm.vector.reduce.add.v32i32(<32 x i32>) #1 attributes #0 = { "min-legal-vector-width"="0" "target-cpu"="skylake-avx512" } attributes #1 = { nocallback nofree nosync nounwind readnone willreturn }
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp')
0 files changed, 0 insertions, 0 deletions