llvm/flang/unittests
Jean Perier 6544d9a4a0 [flang] Fix vector cshift runtime with non zero lower bounds
The source index should not be compared to zero after applying the
shift with the modulo, it must be compared to the lower bound.
Otherwise, the extent is not added in case it should and the computed
source index may be less than the lower bound, causing invalid results.

Differential Revision: https://reviews.llvm.org/D113659
2021-11-12 09:26:08 +01:00
..
Decimal
Evaluate [flang] Remove incorrect unit test 2021-10-04 18:27:14 -07:00
Frontend [flang][nfc] Fix variable names in FrontendOptions & PreprocessorOptions 2021-08-02 10:08:31 +00:00
Optimizer [fir] Add utility function to FIRBuilder and MutableBox 2021-10-22 10:00:34 +02:00
Runtime [flang] Fix vector cshift runtime with non zero lower bounds 2021-11-12 09:26:08 +01:00
CMakeLists.txt [fir] Split FIROptimizer lib into several smaller libraries 2021-10-05 14:02:32 +02:00