AMDGPU: Fix high bits after division optimization
This is essentially doing a 24-bit signed division with FP. We need to truncate to the N bit result. llvm-svn: 270305
Loading
Please sign in to comment
This is essentially doing a 24-bit signed division with FP. We need to truncate to the N bit result. llvm-svn: 270305