Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SystemZ] Test case formatting fixes | Ulrich Weigand | 2018-07-20 | 1 | -3/+3 |
| | | | | | | | | Fix systematically wrong whitespace from a prior automated change. NFC. llvm-svn: 337542 | ||||
* | [SystemZ] Support load-and-zero-rightmost-byte facility | Ulrich Weigand | 2016-11-11 | 1 | -0/+278 |
This adds support for the LZRF/LZRG/LLZRGF instructions that were added on z13, and uses them for code generation were appropriate. SystemZDAGToDAGISel::tryRISBGZero is updated again to prefer LLZRGF over RISBG where both would be possible. llvm-svn: 286586 |