Files
clang-p2996/llvm/test/CodeGen/X86
Elena Demikhovsky 9e225a2f52 AVX-512: Kreg set 0/1 optimization
The patterns that set a mask register to 0/1
KXOR %kn, %kn, %kn / KXNOR %kn, %kn, %kn
are replaced with
KXOR %k0, %k0, %kn / KXNOR %k0, %k0, %kn - AVX-512 targets optimization.

KNL does not recognize dependency-breaking idioms for mask registers,
so kxnor %k1, %k1, %k2 has a RAW dependence on %k1.
Using %k0 as the undef input register is a performance heuristic based
on the assumption that %k0 is used less frequently than the other mask
registers, since it is not usable as a write mask.

Differential Revision: http://reviews.llvm.org/D15739

llvm-svn: 256365
2015-12-24 08:12:22 +00:00
..
2015-11-30 19:04:19 +00:00
2015-09-29 22:09:16 +00:00
2015-11-24 22:09:31 +00:00
2015-08-25 07:42:09 +00:00
2015-06-02 22:33:30 +00:00
2015-11-21 13:57:22 +00:00
2015-12-16 11:22:37 +00:00
2015-12-16 11:22:37 +00:00
2015-12-05 19:54:59 +00:00
2015-08-28 17:19:54 +00:00
2015-12-12 12:52:52 +00:00
2015-12-16 11:22:37 +00:00
2015-08-19 16:17:08 +00:00