[InstCombine] add baseline tests for (X << Y) / X -> 1 << Y; NFC
authorSanjay Patel <spatel@rotateright.com>
Sat, 20 Jan 2018 16:13:40 +0000 (16:13 +0000)
committerSanjay Patel <spatel@rotateright.com>
Sat, 20 Jan 2018 16:13:40 +0000 (16:13 +0000)
commit439132185d8e49cd6c2f09728be24f89220bd5eb
treee0fe0a03729c26bac24877042a6b257482533ccb
parent7ad28863fb5cf098b3c8479cf0845263e297bbfc
[InstCombine] add baseline tests for (X << Y) / X -> 1 << Y; NFC

This fold is proposed in D42032.

llvm-svn: 323043
llvm/test/Transforms/InstCombine/div-shift.ll