[X86] Add test cases for opportunities to use KTEST when check if the result...
[X86] Add test cases for opportunities to use KTEST when check if the result of ANDing two mask registers is zero. The test cases are constructed to avoid folding the AND into a masked compare operation. Currently we emit a KAND and a KORTEST for these cases. llvm-svn: 350287
Loading
Please register or sign in to comment