[AArch64] test codegen for unsigned saturated add; NFC
authorSanjay Patel <spatel@rotateright.com>
Tue, 11 Sep 2018 13:21:28 +0000 (13:21 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 11 Sep 2018 13:21:28 +0000 (13:21 +0000)
commite368f467884903d454ae355a4ace3731e20f3232
treea996c295493b0ba25145b936443328737dffcfa1
parent5abf4bb55220f4c2457203e4ba2cfd75a231ef16
[AArch64] test codegen for unsigned saturated add; NFC

This is identical to the tests added for x86 at rL341845.
A semi-generic DAGCombine should improve things universally.

llvm-svn: 341935
llvm/test/CodeGen/AArch64/sat-add.ll [new file with mode: 0644]