[all-commits] [llvm/llvm-project] ce8022: [flang] Upstream partial lowering of EXIT intrinsic
Josh Mottley via All-commits
all-commits at lists.llvm.org
Tue Feb 1 09:49:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ce8022faa365e0a48c2d77085d67bd9800bedb0a
https://github.com/llvm/llvm-project/commit/ce8022faa365e0a48c2d77085d67bd9800bedb0a
Author: Josh Mottley <Josh.Mottley at arm.com>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
A flang/include/flang/Optimizer/Builder/Runtime/Stop.h
M flang/lib/Optimizer/Builder/CMakeLists.txt
A flang/lib/Optimizer/Builder/Runtime/Stop.cpp
M flang/unittests/Optimizer/Builder/Runtime/RuntimeCallTestBase.h
A flang/unittests/Optimizer/Builder/Runtime/StopTest.cpp
M flang/unittests/Optimizer/CMakeLists.txt
Log Message:
-----------
[flang] Upstream partial lowering of EXIT intrinsic
This patch adds partial lowering of the "EXIT" intrinsic to
the backend runtime hook implemented in patch D110741. It also adds a
helper function to the `RuntimeCallTestBase.h` for testing for an
intrinsic function call in a `mlir::Block`.
Differential Revision: https://reviews.llvm.org/D118141
More information about the All-commits
mailing list