OSDN Git Service

[InstCombine] [NFC] add testcases for canonicalizing (-X srem Y) to -(X srem Y).
authorChen Zheng <czhengsz@cn.ibm.com>
Sat, 13 Apr 2019 07:34:55 +0000 (07:34 +0000)
committerChen Zheng <czhengsz@cn.ibm.com>
Sat, 13 Apr 2019 07:34:55 +0000 (07:34 +0000)
commitbd8056ef326e075cc500f3f0cfcd1193bc200594
tree1e84ea3b25421fd3cfa20f6636301a65ee1c0508
parentdbbe581276a866491f2cb52078b2161ed669701b
[InstCombine] [NFC] add testcases for canonicalizing (-X srem Y) to -(X srem Y).

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