llvm-project/flang/unittests/Optimizer/Builder
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
..
Runtime [mlir] Flip dialects to _Prefixed 2021-12-11 14:21:20 -08:00
CharacterTest.cpp [Flang][Unit Test] Move the declaration of kindMap to the class 2021-12-13 16:12:01 +00:00
ComplexTest.cpp [Flang] Add a factory class for creating Complex Ops 2021-11-18 16:55:35 +00:00
DoLoopHelperTest.cpp [Flang][Unit Test] Move the declaration of kindMap to the class 2021-12-13 16:12:01 +00:00
FIRBuilderTest.cpp [mlir] Finish removing Identifier from the C++ API 2022-01-12 11:58:23 -08:00