diff options
| author | David Green <david.green@arm.com> | 2019-11-27 11:01:27 +0000 |
|---|---|---|
| committer | David Green <david.green@arm.com> | 2019-11-27 13:32:29 +0000 |
| commit | 9f15fcc2718f95f1dac9e6e57aa93d84e9709930 (patch) | |
| tree | b68530b63955d00f6a60613b59397b9f3f7114ea /llvm/test/Transforms/FunctionAttrs | |
| parent | 3c1912a733bae09585d88315a7eec39cd3318fde (diff) | |
| download | bcm5719-llvm-9f15fcc2718f95f1dac9e6e57aa93d84e9709930.tar.gz bcm5719-llvm-9f15fcc2718f95f1dac9e6e57aa93d84e9709930.zip | |
[ARM] Replace arm_neon_vqadds with sadd_sat
This replaces the A32 NEON vqadds, vqaddu, vqsubs and vqsubu intrinsics
with the target independent sadd_sat, uadd_sat, ssub_sat and usub_sat.
This helps generate vqadds from standard IR nodes, which might be
produced from the vectoriser. The old variants are removed in the
process.
Differential Revision: https://reviews.llvm.org/D69350
Diffstat (limited to 'llvm/test/Transforms/FunctionAttrs')
0 files changed, 0 insertions, 0 deletions

