[PATCH] D26134: [AVX-512] Add patterns for matching KANDN using immAllOnesV. Remove patterns that tried to match a -1 constant created by 'not' with a vXi1 type.

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 09:43:18 PDT 2016


craig.topper added a comment.

Thanks! Does this mean we can also remove the KXNOR patterns that seemed to be working around this already?


https://reviews.llvm.org/D26134





More information about the llvm-commits mailing list