]> granicus.if.org Git - llvm/commit
[NFC][Codegen] Add tests for hoisting and-by-const from "logical shift", when then...
authorRoman Lebedev <lebedev.ri@gmail.com>
Mon, 3 Jun 2019 22:30:18 +0000 (22:30 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Mon, 3 Jun 2019 22:30:18 +0000 (22:30 +0000)
commit4c4d4fddeeb86b9029a2a28dd3777df805c43b7b
treeb735069099be482b88d38bf350087c3670039134
parent15479d535aad11fc4c53541ab1882db9ec1ab53c
[NFC][Codegen] Add tests for hoisting and-by-const from "logical shift", when then eq-comparing with 0

This was initially reported as: https://reviews.llvm.org/D62818

https://rise4fun.com/Alive/oPH

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362455 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/AArch64/hoist-and-by-const-from-lshr-in-eqcmp-zero.ll [new file with mode: 0644]
test/CodeGen/AArch64/hoist-and-by-const-from-shl-in-eqcmp-zero.ll [new file with mode: 0644]
test/CodeGen/ARM/hoist-and-by-const-from-lshr-in-eqcmp-zero.ll [new file with mode: 0644]
test/CodeGen/ARM/hoist-and-by-const-from-shl-in-eqcmp-zero.ll [new file with mode: 0644]
test/CodeGen/X86/hoist-and-by-const-from-lshr-in-eqcmp-zero.ll [new file with mode: 0644]
test/CodeGen/X86/hoist-and-by-const-from-shl-in-eqcmp-zero.ll [new file with mode: 0644]