Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SystemZ] Fix invalid codegen using RISBMux on out-of-range bits | Ulrich Weigand | 2017-11-14 | 1 | -0/+504 |
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 |