OSDN Git Service

[InstCombine] Tests for ~A - Min/Max(~A, O) -> Max/Min(A, ~O) - A. NFC
authorDavid Green <david.green@arm.com>
Tue, 2 Oct 2018 09:06:49 +0000 (09:06 +0000)
committerDavid Green <david.green@arm.com>
Tue, 2 Oct 2018 09:06:49 +0000 (09:06 +0000)
commitabe8e0a65ff304b065475d3bd96e945d9fbee7b4
treec975275e3c88ead00fd8663dedacece7a928792a
parentb3a02e192537c9550acddb76084f02c5b650f5b3
[InstCombine] Tests for ~A - Min/Max(~A, O) -> Max/Min(A, ~O) - A. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343561 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/max-of-nots.ll
test/Transforms/InstCombine/sub-minmax.ll [new file with mode: 0644]