OSDN Git Service

[AArch64] Add tests for saddsat/ssubsat; NFC
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 10 Mar 2019 12:21:36 +0000 (12:21 +0000)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 10 Mar 2019 12:21:36 +0000 (12:21 +0000)
commit47bbaefec48f5acb5b8793fc38b4e92f9e3c76db
tree9ca2342cbfeb7de28ef7af10e5ce19fca1a287ad
parent3e098bee9526aa5ae4785bbb666cff922810e484
[AArch64] Add tests for saddsat/ssubsat; NFC

Signed versions of the existing unsigned tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355787 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/AArch64/sadd_sat.ll [new file with mode: 0644]
test/CodeGen/AArch64/sadd_sat_vec.ll [new file with mode: 0644]
test/CodeGen/AArch64/ssub_sat.ll [new file with mode: 0644]
test/CodeGen/AArch64/ssub_sat_vec.ll [new file with mode: 0644]