summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/risbg-04.ll
Commit message (Collapse)AuthorAgeFilesLines
* [SystemZ] Fix invalid codegen using RISBMux on out-of-range bitsUlrich Weigand2017-11-141-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
OpenPOWER on IntegriCloud