[all-commits] [llvm/llvm-project] d8495e: [ARM] Add a vrinta.f16.f16 alias
David Green via All-commits
all-commits at lists.llvm.org
Mon Dec 6 03:06:37 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8495e03529201e8af9abeab05a3f671d0249041
https://github.com/llvm/llvm-project/commit/d8495e03529201e8af9abeab05a3f671d0249041
Author: David Green <david.green at arm.com>
Date: 2021-12-06 (Mon, 06 Dec 2021)
Changed paths:
M llvm/lib/Target/ARM/ARMInstrVFP.td
M llvm/test/MC/ARM/fullfp16-neg.s
M llvm/test/MC/ARM/fullfp16.s
Log Message:
-----------
[ARM] Add a vrinta.f16.f16 alias
The v8.1-m ARMARM uses the vrinta.f16.f16 names, as opposed to
vrinta.f16. This adds an alias for it in the same way that we have for
f32 and f64.
Differential Revision: https://reviews.llvm.org/D68127
More information about the All-commits
mailing list