Files
clang-p2996/llvm/test/Transforms/InstCombine
Roman Lebedev a70d2ab323 [NFC][InstCombine] Tests for negation of sign-/zero- extensions
* sext of non-positive can be negated.
* zext of non-negative can be negated.
2020-04-22 17:37:42 +03:00
..
2020-02-27 09:06:03 -08:00
2019-08-14 16:50:06 +00:00
2020-02-27 09:06:03 -08:00
2019-09-11 10:51:26 +00:00
2019-09-06 16:26:59 +00:00
2020-02-27 09:06:03 -08:00

This directory contains test cases for the instcombine transformation.  The
dated tests are actual bug tests, whereas the named tests are used to test
for features that the this pass should be capable of performing.