Skip to content

Commit 859790a

Browse files
kzhuravlShoreshen
andauthored
SWDEV-520417 - Cherry-pick fixes from Shore to amd-mainline (llvm#1470)
Co-authored-by: Shoreshen <[email protected]>
1 parent aca95b4 commit 859790a

File tree

2 files changed

+35088
-165
lines changed

2 files changed

+35088
-165
lines changed

llvm/lib/Target/AMDGPU/SIInstructions.td

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,14 @@ def : BitConvert <v8i64, v16f32, VReg_512>;
18211821
def : BitConvert <v8f64, v16f32, VReg_512>;
18221822
def : BitConvert <v16f32, v8i64, VReg_512>;
18231823
def : BitConvert <v16f32, v8f64, VReg_512>;
1824-
1824+
def : BitConvert <v8i64, v32f16, VReg_512>;
1825+
def : BitConvert <v8i64, v32i16, VReg_512>;
1826+
def : BitConvert <v8f64, v32f16, VReg_512>;
1827+
def : BitConvert <v8f64, v32i16, VReg_512>;
1828+
def : BitConvert <v32f16, v8i64, VReg_512>;
1829+
def : BitConvert <v32f16, v8f64, VReg_512>;
1830+
def : BitConvert <v32i16, v8i64, VReg_512>;
1831+
def : BitConvert <v32i16, v8f64, VReg_512>;
18251832

18261833

18271834
def : BitConvert <v32bf16, v32i16, VReg_512>;

0 commit comments

Comments
 (0)