[llvm] [Coroutines] ABI Objects to improve code separation between different ABIs, users and utilities. (PR #109338)
Chuanqi Xu via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 19 20:31: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
----------------
ChuanqiXu9 wrote:
This is not a pass.
https://github.com/llvm/llvm-project/pull/109338
More information about the llvm-commits
mailing list