[InstCombine] Add tests for known bits for min/max intrinsics (NFC)
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 8 Sep 2020 18:57:40 +0000 (20:57 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 8 Sep 2020 19:08:17 +0000 (21:08 +0200)
commit8927c900697adf313fb5f11a09a03f1451439403
tree493c9c31109bf0436d412ef5cf28b3a772303a3a
parent5b2b4f331d78f326e5e29166bec5ad92c864343d
[InstCombine] Add tests for known bits for min/max intrinsics (NFC)

We already have test coverage for the underlying calculation,
this just checked that the folding is wired up...
llvm/test/Transforms/InstCombine/minmax-intrinsics.ll [new file with mode: 0644]