OSDN Git Service

[DAG] TargetLowering::SimplifySetCC - call FoldSetCC early to handle constant/commute...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 11 Mar 2019 15:01:31 +0000 (15:01 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 11 Mar 2019 15:01:31 +0000 (15:01 +0000)
commit71dcb3c2106b5548b743390fada18110e7161565
tree7eff44ee19b45397f4779d2f34835e7a1b68fb1f
parent16c00e17ef73711364f993516ed5a93b15a449b7
[DAG] TargetLowering::SimplifySetCC - call FoldSetCC early to handle constant/commute folds.

Noticed while looking at PR40800 (and also D57921)

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