[InstCombine][X86][XOP] Combine XOP integer vector comparisons to native IR
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 11 Oct 2015 14:38:34 +0000 (14:38 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 11 Oct 2015 14:38:34 +0000 (14:38 +0000)
commit3d42b256136c9093722f609a52a9d514ed62ef57
treede0df9e1dc6c841857ab16094ed12ce1de7d31e4
parent4796857b9dea16d282dd095fac1745725eadee53
[InstCombine][X86][XOP] Combine XOP integer vector comparisons to native IR

We now have lowering support for XOP PCOM/PCOMU instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249977 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCalls.cpp
test/Transforms/InstCombine/x86-xop.ll [new file with mode: 0644]