llvm/flang/test/Evaluate
Eric Schweitz 3915789503 Folding in the front end was replacing calls to LEN and dropping
arguments even in situations where the arguments are required to compute
the LEN value at runtime.

Add tests.

Differential Revision: https://reviews.llvm.org/D119373
2022-02-09 16:50:28 -08:00
..
errors01.f90 [flang] Fold SCALE() 2022-01-15 09:31:00 -08:00
expr01.f90
fold-btest.f90
fold-char-cmp.f90
fold-findloc.f90 [flang] Fix combined folding of FINDLOC/MAXLOC/MINLOC 2021-10-29 11:00:11 -07:00
fold-ishft.f90
fold-scale.f90 [flang] Fold SCALE() 2022-01-15 09:31:00 -08:00
fold-spread.f90
fold-substr.f90 [flasg] Debug folding of substring references 2022-01-14 16:09:06 -08:00
folding01.f90 [flang] Fix usage & catch errors for MAX/MIN with keyword= arguments 2021-11-30 12:53:47 -08:00
folding02.f90 [flang] Support extension intrinsic function variations on ABS 2022-01-13 17:10:44 -08:00
folding03.f90
folding04.f90
folding05.f90 [flang] Accept INDEX(..., BACK=array) 2022-01-19 17:37:24 -08:00
folding06.f90 [flang] Fix ORDER= argument to RESHAPE 2021-11-12 10:25:00 -08:00
folding07.f90 [flang] Fix folding of EXPONENT() intrinsic function 2021-12-04 11:23:09 -08:00
folding08.f90
folding09.f90 [flang] Return true in IsSymplyContiguous for allocatables 2021-11-29 08:28:26 +01:00
folding10.f90
folding11.f90
folding12.f90
folding13.f90
folding14.f90
folding15.f90
folding16.f90
folding17.f90
folding18.f90
folding20.f90
folding21.f90
folding22.f90
folding23.f90
folding24.f90
folding25.f90
folding26.f90
folding27.f90
folding28.f90
folding29.f90
folding30.f90 [flang] Fix folding of ac-implied-do indices in structure c'tors 2021-12-09 18:03:04 -08:00
rewrite01.f90 Folding in the front end was replacing calls to LEN and dropping 2022-02-09 16:50:28 -08:00
test_folding.py