| commit | 812caee65a1c13ebaf4bc419ab1277523339bd27 | [log] [tgz] |
|---|---|---|
| author | Diana Picus <diana.picus@linaro.org> | Fri Dec 16 12:54:46 2016 +0000 |
| committer | Diana Picus <diana.picus@linaro.org> | Fri Dec 16 12:54:46 2016 +0000 |
| tree | df4e5e82ef5f191438f5c7062441ef8d6ab57326 | |
| parent | 85c921104381980518654110e9cd22f9134ba338 [diff] |
[ARM] GlobalISel: Select add i32, i32 Add the minimal support necessary to select a function that returns the sum of two i32 values. This includes some support for argument/return lowering of i32 values through registers, as well as the handling of copy and add instructions throughout the GlobalISel pipeline. Differential Revision: https://reviews.llvm.org/D26677 llvm-svn: 289940