Skip to content

Commit bdf914f

Browse files
author
Salinas, David
authored
SWDEV-520417 - Cherry-pick fixes from Shore to amd-mainline (llvm#1470) (llvm#1899)
2 parents 3a5421c + 521620c commit bdf914f

File tree

2 files changed

+35068
-166
lines changed

2 files changed

+35068
-166
lines changed

llvm/lib/Target/AMDGPU/SIInstructions.td

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,14 @@ def : BitConvert <v8i64, v16f32, VReg_512>;
18391839
def : BitConvert <v8f64, v16f32, VReg_512>;
18401840
def : BitConvert <v16f32, v8i64, VReg_512>;
18411841
def : BitConvert <v16f32, v8f64, VReg_512>;
1842-
1842+
def : BitConvert <v8i64, v32f16, VReg_512>;
1843+
def : BitConvert <v8i64, v32i16, VReg_512>;
1844+
def : BitConvert <v8f64, v32f16, VReg_512>;
1845+
def : BitConvert <v8f64, v32i16, VReg_512>;
1846+
def : BitConvert <v32f16, v8i64, VReg_512>;
1847+
def : BitConvert <v32f16, v8f64, VReg_512>;
1848+
def : BitConvert <v32i16, v8i64, VReg_512>;
1849+
def : BitConvert <v32i16, v8f64, VReg_512>;
18431850

18441851

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

0 commit comments

Comments
 (0)