Files
clang-p2996/llvm/test/Transforms/InstCombine
Simon Pilgrim fe0197e194 [InstCombine] Add checks for and(logicalshift(zext(x),undef),y) cases
Prep work before some cleanup in narrowMaskedBinOp
2020-10-07 20:59:31 +01:00
..
2020-06-30 19:56:37 +01:00
2020-09-05 12:37:45 +02:00
2020-08-11 11:05:42 +02:00
2020-08-13 22:37:44 +02: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.