diff options
| author | Ivan A. Kosarev <ikosarev@accesssoftek.com> | 2018-04-13 12:45:12 +0000 |
|---|---|---|
| committer | Ivan A. Kosarev <ikosarev@accesssoftek.com> | 2018-04-13 12:45:12 +0000 |
| commit | f533a6e5aa8f6c178cea66e6a04b9c02972add0b (patch) | |
| tree | 8a0b99759bfc582754b83d8a539ad414cb1bec3f /llvm/lib/Target | |
| parent | c7211fb1b69ce862fdce17327ad2aba22b891ded (diff) | |
| download | bcm5719-llvm-f533a6e5aa8f6c178cea66e6a04b9c02972add0b.tar.gz bcm5719-llvm-f533a6e5aa8f6c178cea66e6a04b9c02972add0b.zip | |
[NEON] Support intrinsic for scalar and vector versions of the VRINTN instruction
Differential Revision: https://reviews.llvm.org/D45514
llvm-svn: 330011
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrVFP.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrVFP.td b/llvm/lib/Target/ARM/ARMInstrVFP.td index 447f9a402d2..34945a23c03 100644 --- a/llvm/lib/Target/ARM/ARMInstrVFP.td +++ b/llvm/lib/Target/ARM/ARMInstrVFP.td @@ -977,7 +977,7 @@ multiclass vrint_inst_anpm<string opc, bits<2> rm, } defm VRINTA : vrint_inst_anpm<"a", 0b00, fround>; -defm VRINTN : vrint_inst_anpm<"n", 0b01>; +defm VRINTN : vrint_inst_anpm<"n", 0b01, int_arm_neon_vrintn>; defm VRINTP : vrint_inst_anpm<"p", 0b10, fceil>; defm VRINTM : vrint_inst_anpm<"m", 0b11, ffloor>; |

