OSDN Git Service

[DAGCombiner] visitREM - call visitSDIVLike/visitUDIVLike directly to avoid recursive...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 10 Jul 2018 13:18:16 +0000 (13:18 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 10 Jul 2018 13:18:16 +0000 (13:18 +0000)
commit1a63bb49cb0340397d471c9244885bc092669f86
tree0575efd784ecef2e8b446abd46628ad44cfc8726
parentc5c3efb2ec35c931f9ac08a6db1cd060ac593a00
[DAGCombiner] visitREM - call visitSDIVLike/visitUDIVLike directly to avoid recursive combining.

As suggested by @efriedma on D48975 use the visitSDIVLike/visitUDIVLike functions introduced at rL336656.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@336664 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp