[FastISel][AArch64] Add {s|u}{add|sub|mul}.with.overflow intrinsic support.
authorJuergen Ributzka <juergen@apple.com>
Wed, 30 Jul 2014 22:04:31 +0000 (22:04 +0000)
committerJuergen Ributzka <juergen@apple.com>
Wed, 30 Jul 2014 22:04:31 +0000 (22:04 +0000)
commitd43da7548cdf557d4d070d23852788e98c7e3c17
tree43ecded20310950fefe2077ec191abb74d5429be
parentfa1d61e6c36ca292efe60f3b3ccd336fcf71f9ca
[FastISel][AArch64] Add {s|u}{add|sub|mul}.with.overflow intrinsic support.

This commit adds support for the {s|u}{add|sub|mul}.with.overflow intrinsics.
The unit tests for FastISel will be enabled in a later commit, once there is
also branch and select folding support.

This is related to <rdar://problem/17831117>.

llvm-svn: 214348
llvm/lib/Target/AArch64/AArch64FastISel.cpp