llvm/flang/unittests
Diana Picus 2ea36e9492 [flang] Remove redundant reallocation
The MaxMinHelper used to implement MIN and MAX for character types would
reallocate the accumulator whenever the number of characters in it was
different from that in the other input. This is unnecessary if the
accumulator is already larger than the other input. This patch fixes the
issue and adds a unit test to make sure we don't reallocate if we don't
need to.

Differential Revision: https://reviews.llvm.org/D101984
2021-05-07 08:54:09 +00:00
..
Decimal
Evaluate [flang] Fix handling of elem_len in CFI_establish 2021-05-03 08:08:07 +00:00
Frontend [flang][driver] Add options for -fdefault* and -flarge-sizes 2021-03-04 13:29:07 +00:00
Optimizer [flang][fir] Update flang test tool support classes. 2021-02-19 16:02:39 -08:00
Runtime [flang] Add format test to GTest suite 2021-04-27 07:45:18 -07:00
RuntimeGTest [flang] Remove redundant reallocation 2021-05-07 08:54:09 +00:00
CMakeLists.txt [flang] update character tests to use gtest 2021-03-09 08:31:20 +00:00