[llvm] [Coroutines] ABI Objects to improve code separation between different ABIs, users and utilities. (PR #109338)
Tyler Nowicki via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 20 10:09:00 PDT 2024
================
@@ -0,0 +1,109 @@
+//===- ABI.h - Coroutine ABI Transformers ---------------------*- C++ -*---===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+// This file declares the pass that analyzes a function for coroutine intrs and
----------------
TylerNowicki wrote:
I improved the file description.
https://github.com/llvm/llvm-project/pull/109338
More information about the llvm-commits
mailing list