mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 05:41:42 +00:00
Add AVX versions of 128-bit sitofp and fptosi
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137104 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b33ea56448
commit
a1dfb63b78
@ -935,6 +935,10 @@ def : Pat<(v4f32 (sint_to_fp (v4i32 VR128:$src))),
|
||||
def : Pat<(v4i32 (fp_to_sint (v4f32 VR128:$src))),
|
||||
(CVTTPS2DQrr VR128:$src)>, Requires<[HasSSE2]>;
|
||||
|
||||
def : Pat<(v4f32 (sint_to_fp (v4i32 VR128:$src))),
|
||||
(Int_VCVTDQ2PSrr VR128:$src)>, Requires<[HasAVX]>;
|
||||
def : Pat<(v4i32 (fp_to_sint (v4f32 VR128:$src))),
|
||||
(VCVTTPS2DQrr VR128:$src)>, Requires<[HasAVX]>;
|
||||
def : Pat<(v8f32 (sint_to_fp (v8i32 VR256:$src))),
|
||||
(VCVTDQ2PSYrr VR256:$src)>, Requires<[HasAVX]>;
|
||||
def : Pat<(v8i32 (fp_to_sint (v8f32 VR256:$src))),
|
||||
|
Loading…
x
Reference in New Issue
Block a user