]> granicus.if.org Git - llvm/commit
[SelectionDAG] Update check in createOperands to reflect max() is a valid value.
authorFlorian Hahn <flo@fhahn.com>
Wed, 16 Jan 2019 10:06:04 +0000 (10:06 +0000)
committerFlorian Hahn <flo@fhahn.com>
Wed, 16 Jan 2019 10:06:04 +0000 (10:06 +0000)
commit82a2c96ee81a617918d9bcc0fbe9af860e437f5f
tree5ee0208aaa882ef5e4a5c44c6aef8ec98bd591d2
parentb8c855b48d4bcb3763ace59e5cf7103bf0768e9a
[SelectionDAG] Update check in createOperands to reflect max() is a valid value.

The value returned by max() is the last valid value, adjust the
comparison accordingly.

The code added in D55073 creates TokenFactors with max() operands.

Reviewers: aemerson, efriedma, RKSimon, craig.topper

Reviewed By: aemerson

Differential Revision: https://reviews.llvm.org/D56738

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