[X86] Add tests for low/high bit clearing with different attributes.
authorRoman Lebedev <lebedev.ri@gmail.com>
Tue, 3 Jul 2018 19:12:37 +0000 (19:12 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Tue, 3 Jul 2018 19:12:37 +0000 (19:12 +0000)
commit93357f52c6a8394554c98919d88328d089fb60a1
tree7ee3658c6e04549aa20d744a46315df1d5a73180
parent68169343a5c21c8ccc17256d67ee3366c4b3809b
[X86] Add tests for low/high bit clearing with different attributes.

D48768 may turn some of these into shifts.

Reviewers: spatel

Reviewed By: spatel

Subscribers: spatel, RKSimon, llvm-commits, craig.topper

Differential Revision: https://reviews.llvm.org/D48767

llvm-svn: 336224
llvm/test/CodeGen/X86/clear-highbits.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/clear-lowbits.ll [new file with mode: 0644]