diff options
| author | Matthias Springer <me@m-sp.org> | 2024-02-28 14:05:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-28 14:05:06 +0100 |
| commit | 1f74f5f48bc9e1091602163ac925c807d70706e1 (patch) | |
| tree | 5b4b9c6b11fc6df9323a87092229d374a70beb9b /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 27b297bf21b6637047c1ac403f983351b9a3fc64 (diff) | |
[flang] Fix flang build after #83132 (#83253)
This fix is a temporary workaround. `LowerHLFIRIntrinsics.cpp` should be
using the greedy pattern rewriter or a manual IR traversal. All patterns
in this file are rewrite patterns. The test failure was caused by
`replaceAllUsesWith`, which is not supported by the dialect conversion;
additional asserts were added recently to prevent incorrect API usage.
These trigger now.
Alternatively, turning the patterns into conversion patterns and
specifying a type converter may work.
Failing test case:
`Fortran/gfortran/regression/gfortran-regression-compile-regression__inline_matmul_14_f90.test`
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
