[clang] [llvm] [WIP] ABI Lowering Library (PR #140112)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 28 04:02:17 PDT 2025
================
@@ -0,0 +1,76 @@
+//===---- ABITypeMapper.h - Maps LLVM ABI Types to LLVM IR Types --------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+///
+/// \file
+/// Maps LLVM ABI type representations back to corresponding LLVM IR types.
----------------
nikic wrote:
```suggestion
/// Maps LLVM ABI type representations to corresponding LLVM IR types.
```
Not really mapping back? We didn't start from LLVM IR types.
https://github.com/llvm/llvm-project/pull/140112
More information about the llvm-commits
mailing list