1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/include
Andrzej Warzynski ae7588f107 [AArch64][SVE] Add the @llvm.aarch64.sve.dup.x intrinsic
Summary:
This intrinsic implements the unpredicated duplication of scalar values
and is mapped to (through ISD::SPLAT_VECTOR):
  * DUP <Zd>.<T>, #<imm>
  * DUP <Zd>.<T>, <R><n|SP>

Reviewed by: sdesmalen

Differential Revision: https://reviews.llvm.org/D75900
2020-03-13 12:40:22 +00:00
..
llvm [AArch64][SVE] Add the @llvm.aarch64.sve.dup.x intrinsic 2020-03-13 12:40:22 +00:00
llvm-c Add debug info support for Swift/Clang APINotes. 2020-03-11 18:47:30 -07:00