This removes references to archaic FIR artifacts that will be removed in subsequent commits.
Details
Details
Diff Detail
Diff Detail
Event Timeline
flang/lib/Lower/CharacterExpr.cpp | ||
---|---|---|
358 | I'm confused, isn't this code gonna crash now? iterWhile was referring to an op created but not you just have a null value. |
flang/lib/Lower/CharacterExpr.cpp | ||
---|---|---|
358 | OK, but it is hard to make sense of a patch like this one which makes the code fundamentally wrong. /mnt/disks/ssd0/agent/llvm-project/flang/lib/Lower/ConvertType.cpp:167:12: error: no member named 'ComplexType' in namespace 'fir'; did you mean 'mlir::ComplexType'? return fir::ComplexType::get(context, KIND); ^~~~~~~~~~~~~~~~ |
I'm confused, isn't this code gonna crash now? iterWhile was referring to an op created but not you just have a null value.