llvm-capstone/flang/test
Rajan Walia 80c27abb2f
[fir] Add affine demotion pass
Add affine demotion pass.
Affine dialect's default lowering for loads and stores is different from
fir as it uses the `memref` type. The `memref` type is not compatible with
the Fortran runtime. Therefore, conversion of memory operations back to
`fir.load` and `fir.store` with `!fir.ref<?>` types is required.

This patch is part of the upstreaming effort from fir-dev branch.

Co-authored-by: Jean Perier <jperier@nvidia.com>
Co-authored-by: V Donaldson <vdonaldson@nvidia.com>
Co-authored-by: Rajan Walia <walrajan@gmail.com>
Co-authored-by: Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
Co-authored-by: Valentin Clement <clementval@gmail.com>

Reviewed By: schweitz

Differential Revision: https://reviews.llvm.org/D111257
2021-10-08 14:03:27 +02:00
..
Driver [clang] Make the driver not diagnose errors on nonexistent linker inputs 2021-09-13 08:57:38 -04:00
Evaluate [flang] Fold MAXLOC and MINLOC 2021-10-05 11:22:02 -07:00
Examples [Flang] Fix failing plugin tests 2021-09-29 09:27:11 +00:00
Fir [fir] Add affine demotion pass 2021-10-08 14:03:27 +02:00
Frontend [flang][nfc] Remove flang-new-driver from LIT 2021-08-13 08:17:40 +00:00
Lower
NonGtestUnit
Parser [flang] Catch mismatched parentheses in prescanner 2021-10-06 14:00:15 -07:00
Preprocessing [flang][nfc] Add a regression test for #50993 2021-08-02 18:21:23 +00:00
Runtime Reland "[flang] GET_COMMAND_ARGUMENT runtime implementation" 2021-09-28 12:34:07 +00:00
Semantics [flang] Added tests for intrinsic function 'team_number()' 2021-10-04 12:35:45 -07:00
Unit
CMakeLists.txt [Flang] Fix failing plugin tests 2021-09-29 09:27:11 +00:00
lit.cfg.py [flang] Move runtime API headers to flang/include/flang/Runtime 2021-09-03 11:08:34 -07:00
lit.site.cfg.py.in [flang] Refine output file generation 2021-08-21 15:18:48 +00:00