mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
R600/SI: Add pattern for AMDGPU.trunc intrinsic
Patch by: Michel Dänzer Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181263 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
942940a326
commit
354769ba32
@ -624,7 +624,9 @@ defm V_MOV_FED_B32 : VOP1_32 <0x00000009, "V_MOV_FED_B32", []>;
|
||||
defm V_FRACT_F32 : VOP1_32 <0x00000020, "V_FRACT_F32",
|
||||
[(set f32:$dst, (AMDGPUfract f32:$src0))]
|
||||
>;
|
||||
defm V_TRUNC_F32 : VOP1_32 <0x00000021, "V_TRUNC_F32", []>;
|
||||
defm V_TRUNC_F32 : VOP1_32 <0x00000021, "V_TRUNC_F32",
|
||||
[(set f32:$dst, (int_AMDGPU_trunc f32:$src0))]
|
||||
>;
|
||||
defm V_CEIL_F32 : VOP1_32 <0x00000022, "V_CEIL_F32",
|
||||
[(set f32:$dst, (fceil f32:$src0))]
|
||||
>;
|
||||
|
Loading…
Reference in New Issue
Block a user