diff options
author | David Green <david.green@arm.com> | 2019-10-22 15:39:47 +0000 |
---|---|---|
committer | David Green <david.green@arm.com> | 2019-10-22 15:39:47 +0000 |
commit | 186155b89c2d2a2f62337081e3ca15f676c9434b (patch) | |
tree | 2aeeec5ccb68ac73dd8c31b8bfaebd88adab3a1d /llvm/utils/git-svn/git-llvm | |
parent | 40c47680eb2a1cb9bb7f8598c319335731bd5204 (diff) | |
download | bcm5719-llvm-186155b89c2d2a2f62337081e3ca15f676c9434b.tar.gz bcm5719-llvm-186155b89c2d2a2f62337081e3ca15f676c9434b.zip |
[InstCombine] Signed saturation patterns
This adds an instcombine matcher for code that attempts to perform signed
saturating arithmetic by casting to a higher type. Unsigned cases are already
matched, this adds extra matches for the more complex signed cases, which
involves matching the min(max(add a b)) nodes with proper extends to ensure
legality.
Differential Revision: https://reviews.llvm.org/D68651
llvm-svn: 375505
Diffstat (limited to 'llvm/utils/git-svn/git-llvm')
0 files changed, 0 insertions, 0 deletions