mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-12 15:51:40 +00:00
Add missing pattern for supporting intrinsic function vbsl_f64 with
argument double floating point. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195938 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9224192321
commit
3733a6b892
@ -466,6 +466,9 @@ multiclass Neon_bitwise3V_patterns<SDPatternOperator opnode,
|
||||
def : Pat<(v2f32 (int_arm_neon_vbsl (v2f32 VPR64:$src),
|
||||
(v2f32 VPR64:$Rn), (v2f32 VPR64:$Rm))),
|
||||
(INST8B VPR64:$src, VPR64:$Rn, VPR64:$Rm)>;
|
||||
def : Pat<(v1f64 (int_arm_neon_vbsl (v1f64 VPR64:$src),
|
||||
(v1f64 VPR64:$Rn), (v1f64 VPR64:$Rm))),
|
||||
(INST8B VPR64:$src, VPR64:$Rn, VPR64:$Rm)>;
|
||||
def : Pat<(v16i8 (int_arm_neon_vbsl (v16i8 VPR128:$src),
|
||||
(v16i8 VPR128:$Rn), (v16i8 VPR128:$Rm))),
|
||||
(INST16B VPR128:$src, VPR128:$Rn, VPR128:$Rm)>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user