mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
AMDGPU: Fix types for VOP_I16_I16_I16
llvm-svn: 296523
This commit is contained in:
parent
2915cfd231
commit
3218c65205
@ -1319,7 +1319,7 @@ def VOP_I16_F16 : VOPProfile <[i16, f16, untyped, untyped]>;
|
||||
def VOP_F16_F16_F16 : VOPProfile <[f16, f16, f16, untyped]>;
|
||||
def VOP_F16_F16_I16 : VOPProfile <[f16, f16, i16, untyped]>;
|
||||
def VOP_F16_F16_I32 : VOPProfile <[f16, f16, i32, untyped]>;
|
||||
def VOP_I16_I16_I16 : VOPProfile <[i32, i32, i32, untyped]>;
|
||||
def VOP_I16_I16_I16 : VOPProfile <[i16, i16, i16, untyped]>;
|
||||
|
||||
def VOP_I16_I16_I16_I16 : VOPProfile <[i16, i16, i16, i16, untyped]>;
|
||||
def VOP_F16_F16_F16_F16 : VOPProfile <[f16, f16, f16, f16, untyped]>;
|
||||
|
Loading…
Reference in New Issue
Block a user