Skip to content

Commit 3800ec2

Browse files
committed
doc updates
1 parent 2752a0a commit 3800ec2

File tree

2 files changed

+4
-3
lines changed
  • clang
    • include/clang/CIR/Dialect/IR
    • lib/CIR/Dialect/Transforms/TargetLowering/Targets

2 files changed

+4
-3
lines changed

clang/include/clang/CIR/Dialect/IR/CIRAttrs.td

+3-2
Original file line numberDiff line numberDiff line change
@@ -663,8 +663,9 @@ def AddressSpaceAttr : CIR_Attr<"AddressSpace", "addrspace"> {
663663

664664
let summary = "Address space attribute for pointer types";
665665
let description = [{
666-
The address space attribute is used in pointer types. It essentially models
667-
`clang::LangAS` rather than the LLVM address space.
666+
The address space attribute is used in pointer types. It essentially
667+
provides a unified model on top of `clang::LangAS`, rather than LLVM address
668+
spaces.
668669

669670
The representation is further simplified: `LangAS::Default` is encoded as
670671
a null attribute; many address spaces from different offloading languages

clang/lib/CIR/Dialect/Transforms/TargetLowering/Targets/SPIR.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- AArch64.cpp --------------------------------------------------------===//
1+
//===- SPIR.cpp - TargetInfo for SPIR and SPIR-V --------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)