"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "aab36986ab66549e90e5af59bdaf62badad74a22"
[SystemZ] Use zeroing form of RISBG for some AND sequences
RISBG can handle some ANDs for which no AND IMMEDIATE exists. It also acts as a three-operand AND for some cases where an AND IMMEDIATE could be used instead. It might be worth adding a pass to replace RISBG with AND IMMEDIATE in cases where the register operands end up being the same and where AND IMMEDIATE is smaller. llvm-svn: 186072
Loading
Please register or sign in to comment