[NFC][InstCombine] Add baseline tests with non-canonical CLAMP pattern
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 31 Jul 2019 15:20:21 +0000 (15:20 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 31 Jul 2019 15:20:21 +0000 (15:20 +0000)
commit67688af5f06e2838b3e73d53ded787fefcc40787
treee326038ddba69f36e9201f53acdf4036483a5562
parente314a128a9d6dbe5d0f7eb9c5d48b5f6f0b82c11
[NFC][InstCombine] Add baseline tests with non-canonical CLAMP pattern

As disscussed in https://reviews.llvm.org/D65148#1603922
these would all need to be canonicalized to traditional clamp pattern.

llvm-svn: 367438
llvm/test/Transforms/InstCombine/canonicalize-clamp-with-select-of-constant-threshold-pattern.ll [new file with mode: 0644]