Issue 178142
Summary [flang] Remove AbstractConverter usages from the Optimizer library
Labels flang
Assignees
Reporter jeanPerier
    It seems some usages of AbstractConverter crept in in the Optimizer library in
https://github.com/llvm/llvm-project/commit/00769d69fbaa39ecdcbbaf826a35ad999bdc951e.

The Optimizer libraries are not meant to depend on data structure from Lower to avoid cycles. Beside, the AbstractConverter.h is pulling a lot of expensive headers. Propagate the needed options instead of using the converter directly.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to