OSDN Git Service

[x86] add cmov promotion tests for D36711; NFC
authorSanjay Patel <spatel@rotateright.com>
Wed, 16 Aug 2017 22:50:11 +0000 (22:50 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 16 Aug 2017 22:50:11 +0000 (22:50 +0000)
commit4480e9fa9bc4d2e703faa2118e66956ba69e0621
tree9daf351859bc32e99e16e3884630573b6f270934
parent58903453c38e163d70ad9c72d1a6b219f0533249
[x86] add cmov promotion tests for D36711; NFC

This way we can see what the current codegen looks like.
I've also explicitly added/removed the cmov attribute from the RUN lines,
so we know exactly what we're checking in the runs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311052 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/cmov-promotion.ll [new file with mode: 0644]