| commit | 55b8590e03cf211563e6a7f86a48cf4c2c2ab10f | [log] [tgz] |
|---|---|---|
| author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | Tue Nov 14 19:20:46 2017 +0000 |
| committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | Tue Nov 14 19:20:46 2017 +0000 |
| tree | 3ec4a01f23de8dd65ae3dda55ec51ac392a42250 | |
| parent | 64e879745f2eca36bccb528e663189aee929e873 [diff] |
[SystemZ] Fix invalid codegen using RISBMux on out-of-range bits Before using the 32-bit RISBMux set of instructions we need to verify that the input bits are actually within range of the 32-bit instruction. This fixer PR35289. llvm-svn: 318177