[all-commits] [llvm/llvm-project] 3b7989: [flang] remove support for std::complex value lowe...
jeanPerier via All-commits
all-commits at lists.llvm.org
Wed Oct 2 01:12:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b7989cd9b057ea5addb62d5f924b4553f5ae111
https://github.com/llvm/llvm-project/commit/3b7989cd9b057ea5addb62d5f924b4553f5ae111
Author: jeanPerier <jperier at nvidia.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M flang/include/flang/Optimizer/Builder/Runtime/RTBuilder.h
M flang/unittests/Optimizer/RTBuilder.cpp
Log Message:
-----------
[flang] remove support for std::complex value lowering. (#110643)
To avoid ABIs issues, std::complex should be passed/returned by reference to the runtime.
Part of the [RFC to use mlir complex
type](https://discourse.llvm.org/t/rfc-flang-replace-usages-of-fir-complex-by-mlir-complex-type/82292).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list