diff options
author | Simon Tatham <simon.tatham@arm.com> | 2020-01-10 11:23:24 +0000 |
---|---|---|
committer | Simon Tatham <simon.tatham@arm.com> | 2020-01-10 11:25:05 +0000 |
commit | 1ccee0e86386762bd742fd067391b6c4be089806 (patch) | |
tree | 027c848fe6bcab6cb2426d215ac6228307b01652 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 870f6917936fdb8050be3ca3c67d9259390c4326 (diff) | |
download | llvm-1ccee0e86386762bd742fd067391b6c4be089806.zip llvm-1ccee0e86386762bd742fd067391b6c4be089806.tar.gz llvm-1ccee0e86386762bd742fd067391b6c4be089806.tar.bz2 |
[ARM,MVE] Make `vqrshrun` generate the right instruction.
Summary:
A copy-paste error in `arm_mve.td` meant that the MVE `vqrshrun`
intrinsic family was generating the `vqshrun` machine instruction,
because in the IR intrinsic call, the rounding flag argument was set
to 0 rather than 1.
Reviewers: dmgreen, MarkMurrayARM, miyuki, ostannard
Reviewed By: dmgreen
Subscribers: kristof.beyls, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D72496
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions