| commit | 61c16142b4d52b0e62db1e39d21093a56cd5f886 | [log] [tgz] |
|---|---|---|
| author | Tim Northover <tnorthover@apple.com> | Thu Aug 04 21:39:49 2016 +0000 |
| committer | Tim Northover <tnorthover@apple.com> | Thu Aug 04 21:39:49 2016 +0000 |
| tree | d0d724026b74e6bbbfd471eb469855271677025a | |
| parent | 1cfa919b3d796b99a8fe0c3dfeb9999b3f48fd81 [diff] |
GlobalISel: extend add widening to SUB, MUL, OR, AND and XOR. These are the operations that are trivially identical. Division is omitted for now because you need to use the correct sign/zero extension. llvm-svn: 277775