OSDN Git Service

AVX-512: Added a test for cmp intrinsics
authorElena Demikhovsky <elena.demikhovsky@intel.com>
Sun, 7 Aug 2016 09:29:34 +0000 (09:29 +0000)
committerElena Demikhovsky <elena.demikhovsky@intel.com>
Sun, 7 Aug 2016 09:29:34 +0000 (09:29 +0000)
commit8e5323525c5c5a5d9b1b14e6163eb0ac002d6312
tree9de9517d8e8daf626856b56a2e9a503d1021ccf2
parent7428509ec4543372e28af90af1ed8e628c469745
AVX-512: Added a test for cmp intrinsics

This is a new test that should explore a current suboptimal sequence in passing values between cmp and kor intrinsics.
The code will be optimized in an upcoming patch.

Submitted bug here:
https://llvm.org/bugs/show_bug.cgi?id=28839

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277954 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/avx512-cmp-kor-sequence.ll [new file with mode: 0644]