Files
clang-p2996/llvm/test/Transforms/InstCombine
Nikita Popov 13e19d2e7c Revert "[InstCombine] Canonicalize SPF_ABS to abs intrinc"
This reverts commit 05d4c4ebc2.

mstorsjo reports a miscompile after this change in
https://reviews.llvm.org/D87188#2281093. Reverting until I can
investigate this.
2020-09-18 09:38:26 +02:00
..
2020-06-30 19:56:37 +01:00
2020-02-27 09:06:03 -08:00
2020-02-27 09:06:03 -08:00
2020-09-05 12:37:45 +02:00
2020-08-11 11:05:42 +02:00
2020-09-15 09:29:48 -04:00
2020-07-03 10:04:37 +01: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.