llvm-project/flang/unittests/Optimizer
River Riddle 56f62fbf73 [mlir] Finish removing Identifier from the C++ API
There have been a few API pieces remaining to allow for a smooth transition for
downstream users, but these have been up for a few months now. After this only
the C API will have reference to "Identifier", but those will be reworked in a followup.

The main updates are:
* Identifier -> StringAttr
* StringAttr::get requires the context as the first parameter
  - i.e. `Identifier::get("...", ctx)` -> `StringAttr::get(ctx, "...")`

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D116626
2022-01-12 11:58:23 -08:00
..
Builder [mlir] Finish removing Identifier from the C++ API 2022-01-12 11:58:23 -08:00
CMakeLists.txt [fir] Add fir ragged array builder 2021-12-08 17:28:43 +01:00
FIRContextTest.cpp [flang][fir] Update flang test tool support classes. 2021-02-19 16:02:39 -08:00
InternalNamesTest.cpp [fir][NFC] Add two negative tests for needExternalNameMangling 2021-10-12 09:25:23 +02:00
KindMappingTest.cpp [flang][fir] Update flang test tool support classes. 2021-02-19 16:02:39 -08:00
RTBuilder.cpp [fir] Split FIROptimizer lib into several smaller libraries 2021-10-05 14:02:32 +02:00