diff options
author | Joe Ellis <joe.ellis@arm.com> | 2020-12-09 11:05:51 +0000 |
---|---|---|
committer | Joe Ellis <joe.ellis@arm.com> | 2020-12-09 11:08:41 +0000 |
commit | 80c33de2d3c59ca357c67b2b2475d27f79dd8a8b (patch) | |
tree | ce06aa972c0feca917cd8cc5b6f4dd1ae2c8354a /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | |
parent | 4167a0259ec33a11530a6503e96acedaf3cb6a3d (diff) | |
download | llvm-80c33de2d3c59ca357c67b2b2475d27f79dd8a8b.zip llvm-80c33de2d3c59ca357c67b2b2475d27f79dd8a8b.tar.gz llvm-80c33de2d3c59ca357c67b2b2475d27f79dd8a8b.tar.bz2 |
[SelectionDAG] Add llvm.vector.{extract,insert} intrinsics
This commit adds two new intrinsics.
- llvm.experimental.vector.insert: used to insert a vector into another
vector starting at a given index.
- llvm.experimental.vector.extract: used to extract a subvector from a
larger vector starting from a given index.
The codegen work for these intrinsics has already been completed; this
commit is simply exposing the existing ISD nodes to LLVM IR.
Reviewed By: cameron.mcinally
Differential Revision: https://reviews.llvm.org/D91362
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h')
0 files changed, 0 insertions, 0 deletions