]> granicus.if.org Git - llvm/commit
Add and adjust saturating tests. NFC
authorDavid Green <david.green@arm.com>
Wed, 9 Oct 2019 14:17:38 +0000 (14:17 +0000)
committerDavid Green <david.green@arm.com>
Wed, 9 Oct 2019 14:17:38 +0000 (14:17 +0000)
commit408652527802daaee4a8a269ccc14b10dde864b5
treeda90d6ac9ffe15b00c2d2d734ed56fcbdafec6a8
parent06256489706ea4015695cd8a4be669b01c764007
Add and adjust saturating tests. NFC

This adds some extra testing to the existing [su][add/sub]_sat X86 and AArch64
tests and adds equivalent tests for ARM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374169 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
test/CodeGen/AArch64/sadd_sat.ll
test/CodeGen/AArch64/ssub_sat.ll
test/CodeGen/AArch64/uadd_sat.ll
test/CodeGen/AArch64/usub_sat.ll
test/CodeGen/ARM/sadd_sat.ll [new file with mode: 0644]
test/CodeGen/ARM/ssub_sat.ll [new file with mode: 0644]
test/CodeGen/ARM/uadd_sat.ll [new file with mode: 0644]
test/CodeGen/ARM/usub_sat.ll [new file with mode: 0644]
test/CodeGen/X86/sadd_sat.ll
test/CodeGen/X86/ssub_sat.ll
test/CodeGen/X86/uadd_sat.ll
test/CodeGen/X86/usub_sat.ll