mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +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:
@@ -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)>;
|
||||
|
Reference in New Issue
Block a user