diff options
author | Jessica Paquette <jpaquette@apple.com> | 2021-02-22 16:26:59 -0800 |
---|---|---|
committer | Jessica Paquette <jpaquette@apple.com> | 2021-02-24 10:23:06 -0800 |
commit | e339bba637b941c8e78057319b7654c4babf18cb (patch) | |
tree | e0bb476e504561b9a5592fccb1c88ac3b46975f3 /llvm/tools/llvm-objcopy/llvm-objcopy.cpp | |
parent | 086670d367869e62a3c5dffe3cd9bed04a5898c2 (diff) | |
download | llvm-e339bba637b941c8e78057319b7654c4babf18cb.zip llvm-e339bba637b941c8e78057319b7654c4babf18cb.tar.gz llvm-e339bba637b941c8e78057319b7654c4babf18cb.tar.bz2 |
[AArch64][GlobalISel] Fix manual selection for v4s16 and v8s8 G_DUP
The manual G_DUP selection code would produce DUPv16i8 for v8s8s and DUPv8i16
for v4s16.
This adds the missing cases to the manual selection code, and makes it return
false when there is an unexpected size.
Update select-dup.mir to reflect the change.
Differential Revision: https://reviews.llvm.org/D97240
Diffstat (limited to 'llvm/tools/llvm-objcopy/llvm-objcopy.cpp')
0 files changed, 0 insertions, 0 deletions