[PATCH] D95399: [flang][fir] Upstream FIR dialect changes.
Sourabh Singh Tomar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 28 08:43:49 PST 2021
SouraVX added inline comments.
================
Comment at: flang/lib/Optimizer/Dialect/FIRDialect.cpp:63
: mlir::Dialect("fir", ctx, mlir::TypeID::get<FIROpsDialect>()) {
- addTypes<BoxType, BoxCharType, BoxProcType, CharacterType, CplxType, DimsType,
- FieldType, HeapType, IntType, LenType, LogicalType, PointerType,
- RealType, RecordType, ReferenceType, SequenceType, TypeDescType>();
- addAttributes<ClosedIntervalAttr, ExactTypeAttr, LowerBoundAttr,
+ addTypes<BoxType, BoxCharType, BoxProcType, CharacterType, fir::ComplexType,
+ FieldType, HeapType, fir::IntegerType, LenType, LogicalType,
----------------
Is this intended ? some Types containing the prefix `fir::` and some not ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95399/new/
https://reviews.llvm.org/D95399
More information about the llvm-commits
mailing list