Files
clang-p2996/llvm/test/Transforms/InstCombine
Matt Arsenault 5b77ed4d94 InstCombine: Try to fold ldexp with select of power operand (#97354)
This makes it more likely a constant value can fold into the source
operand.
2024-07-02 15:11:14 +02:00
..
2024-07-01 14:52:06 +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.