[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)
commit53518b45a577d80b38bcaa30d951932f5ddb62f6
treed16d1c1e489f2d65eab530f7e708d7950c80e722
parent075e133a3d9a86e2b82c783f784541784f0c9de4
[DAG] TargetLowering::SimplifySetCC - call FoldSetCC early to handle constant/commute folds.

Noticed while looking at PR40800 (and also D57921)

llvm-svn: 355828
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp