llvm-project/llvm/lib/Target/PowerPC/InstPrinter
Nemanja Ivanovic 96c3d626a2 [PowerPC] Eliminate integer compare instructions - vol. 1
This patch is the first in a series of patches to provide code gen for
doing compares in GPRs when the compare result is required in a GPR.

It adds the infrastructure to select GPR sequences for i1->i32 and i1->i64
extensions. This first patch handles equality comparison on i32 operands with
the result sign or zero extended.

Differential Revision: https://reviews.llvm.org/D31847

llvm-svn: 302810
2017-05-11 16:54:23 +00:00
..
CMakeLists.txt
LLVMBuild.txt
PPCInstPrinter.cpp [PowerPC] Eliminate integer compare instructions - vol. 1 2017-05-11 16:54:23 +00:00
PPCInstPrinter.h [PowerPC] Support asm parsing for bc[l][a][+-] mnemonics 2016-09-03 02:31:44 +00:00