Files
clang-p2996/llvm/test/Transforms/InstCombine
Zain Jaffal 67a7854719 [InstCombine] Test for matrix multiplication negation optimisation.
If one of the operands is negated in a multiplication we can optimise the operation by moving the negation to the smallest operand or to the result

Reviewed By: fhahn

Differential Revision: https://reviews.llvm.org/D133287
2022-09-13 11:35:18 +01:00
..
2022-09-02 10:04:52 +08:00
2022-09-08 10:24:55 +02:00
2022-04-25 12:53:39 +02:00
2022-08-24 22:41:38 +00:00
2022-09-02 10:04:52 +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.