summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ/and-07.ll
AgeCommit message (Collapse)Author
2013-07-19[SystemZ] Add NGRK, OGRK and XGRKRichard Sandiford
Like r186683, but for 64 bits. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186685 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-19[SystemZ] Add NRK, ORK and XRKRichard Sandiford
The atomic tests assume the two-operand forms, so I've restricted them to z10. Running and-01.ll, or-01.ll and xor-01.ll for z196 as well as z10 shows why using convertToThreeAddress() is better than exposing the three-operand forms first and then converting back to two operands where possible (which is what I'd originally tried). Using the three-operand form first stops us from taking advantage of NG, OG and XG for spills. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186683 91177308-0d34-0410-b5e6-96231b3b80d8