summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/catch-implicit-signed-integer-truncations-incdec.c
diff options
context:
space:
mode:
authorDavid Green <david.green@arm.com>2019-11-27 11:01:27 +0000
committerDavid Green <david.green@arm.com>2019-11-27 13:32:29 +0000
commit9f15fcc2718f95f1dac9e6e57aa93d84e9709930 (patch)
treeb68530b63955d00f6a60613b59397b9f3f7114ea /clang/test/CodeGen/catch-implicit-signed-integer-truncations-incdec.c
parent3c1912a733bae09585d88315a7eec39cd3318fde (diff)
downloadbcm5719-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 'clang/test/CodeGen/catch-implicit-signed-integer-truncations-incdec.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud