summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorGraham Hunter <graham.hunter@arm.com>2019-10-18 11:48:35 +0000
committerGraham Hunter <graham.hunter@arm.com>2019-10-18 11:48:35 +0000
commit84da2596f96d388e9cd21d16e64687bca68f436a (patch)
treebf962a8d3ec254415564219f2fd5787a58182cc2 /lldb/packages/Python/lldbsuite/test
parent0c304917740228968d2daf1a414e7ec3f94cd171 (diff)
downloadbcm5719-llvm-84da2596f96d388e9cd21d16e64687bca68f436a.tar.gz
bcm5719-llvm-84da2596f96d388e9cd21d16e64687bca68f436a.zip
[AArch64][SVE] Add SPLAT_VECTOR ISD Node
Adds a new ISD node to replicate a scalar value across all elements of a vector. This is needed for scalable vectors, since BUILD_VECTOR cannot be used. Fixes up default type legalization for scalable vectors after the new MVT type ranges were introduced. At present I only use this node for scalable vectors. A DAGCombine has been added to transform a BUILD_VECTOR into a SPLAT_VECTOR if all elements are the same, but only if the default operation action of Expand has been overridden by the target. I've only added result promotion legalization for scalable vector i8/i16/i32/i64 types in AArch64 for now. Reviewers: t.p.northover, javed.absar, greened, cameron.mcinally, jmolloy Reviewed By: jmolloy Differential Revision: https://reviews.llvm.org/D47775 llvm-svn: 375222
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud