| commit | 0300813d6af5fe34768db5a6249c9d872ee1d9bc | [log] [tgz] |
|---|---|---|
| author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | Sun Aug 25 22:33:42 2013 +0000 |
| committer | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | Sun Aug 25 22:33:42 2013 +0000 |
| tree | cb8f64517a59d6f425b4ea07b6bb7c4b7f0f2162 | |
| parent | 18854173720bef72b1edb1be8485331cffa987d0 [diff] |
[PowerPC] Add fast-isel branch and compare selection. First chunk of actual fast-isel selection code. This handles direct and indirect branches, as well as feeding compares for direct branches. PPCFastISel::PPCEmitIntExt() is just roughed in and will be expanded in a future patch. This also corrects a problem with selection for constant pool entries in JIT mode or with small code model. llvm-svn: 189202