llvm-project/llvm/lib/Target/PowerPC/InstPrinter
Nemanja Ivanovic 6e7879c5e6 [Power9] Add exploitation of non-permuting memory ops
This patch corresponds to review:
https://reviews.llvm.org/D19825

The new lxvx/stxvx instructions do not require the swaps to line the elements
up correctly. In order to select them over the lxvd2x/lxvw4x instructions which
require swaps, the patterns for the old instruction have a predicate that
ensures they won't be selected on Power9 and newer CPUs.

llvm-svn: 282143
2016-09-22 09:52:19 +00:00
..
CMakeLists.txt
LLVMBuild.txt
PPCInstPrinter.cpp [Power9] Add exploitation of non-permuting memory ops 2016-09-22 09:52:19 +00:00
PPCInstPrinter.h [PowerPC] Support asm parsing for bc[l][a][+-] mnemonics 2016-09-03 02:31:44 +00:00