Files
clang-p2996/llvm/test/Transforms/InstCombine
Kevin P. Neal 1e7c79d362 [FPEnv][InstCombine] Correct strictfp tests.
Correct InstCombine strictfp tests to follow the rules documented
in the LangRef:
https://llvm.org/docs/LangRef.html#constrained-floating-point-intrinsics

Mostly these tests just needed the strictfp attribute on function
definitions. After D154991 the constrained intrinsics have the
strictfp attribute by default so they don't need it here, but other
functions do.

Test changes verified with D146845.
2023-08-02 13:03:10 -04:00
..
2023-07-30 18:38:45 +02:00
2023-07-30 18:38:45 +02:00
2023-07-30 18:38:45 +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.