]> granicus.if.org Git - llvm/commit
[NFC] Added tests for (1 << (C - x)) -> ((1 << C) >> x)
authorDavid Bolvansky <david.bolvansky@gmail.com>
Fri, 21 Jun 2019 15:00:31 +0000 (15:00 +0000)
committerDavid Bolvansky <david.bolvansky@gmail.com>
Fri, 21 Jun 2019 15:00:31 +0000 (15:00 +0000)
commitb95193a53ad05f444f01084f6f21c9a9c3d8e50c
tree140b23c7bac8e74e41660a72f93f3951b9aac413
parentd821478ac9e8d3512a73ee1b1abe26968e820215
[NFC] Added tests for (1 << (C - x)) -> ((1 << C) >> x)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364060 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/shl-sub.ll [new file with mode: 0644]