|
10 | 10 | // |
11 | 11 | //===----------------------------------------------------------------------===// |
12 | 12 |
|
| 13 | +#include "CGBuiltin.h" |
13 | 14 | #include "ABIInfo.h" |
14 | 15 | #include "CGCUDARuntime.h" |
15 | 16 | #include "CGCXXABI.h" |
16 | 17 | #include "CGObjCRuntime.h" |
17 | 18 | #include "CGOpenCLRuntime.h" |
18 | 19 | #include "CGRecordLayout.h" |
19 | 20 | #include "CGValue.h" |
20 | | -#include "CGBuiltin.h" |
21 | 21 | #include "CodeGenFunction.h" |
22 | 22 | #include "CodeGenModule.h" |
23 | 23 | #include "ConstantEmitter.h" |
24 | 24 | #include "PatternInit.h" |
25 | 25 | #include "TargetInfo.h" |
26 | | -#include "clang/AST/ASTContext.h" |
27 | | -#include "clang/AST/Attr.h" |
28 | | -#include "clang/AST/Decl.h" |
29 | | -#include "clang/AST/Expr.h" |
30 | 26 | #include "clang/AST/OSLog.h" |
31 | | -#include "clang/AST/OperationKinds.h" |
32 | 27 | #include "clang/AST/StmtVisitor.h" |
33 | | -#include "clang/AST/Type.h" |
34 | 28 | #include "clang/Basic/TargetBuiltins.h" |
35 | 29 | #include "clang/Basic/TargetInfo.h" |
36 | 30 | #include "clang/Basic/TargetOptions.h" |
37 | | -#include "clang/CodeGen/CGFunctionInfo.h" |
38 | 31 | #include "clang/Frontend/FrontendDiagnostic.h" |
39 | | -#include "llvm/ADT/APFloat.h" |
40 | | -#include "llvm/ADT/APInt.h" |
41 | | -#include "llvm/ADT/FloatingPointMode.h" |
42 | | -#include "llvm/ADT/SmallPtrSet.h" |
43 | | -#include "llvm/ADT/StringExtras.h" |
44 | | -#include "llvm/Analysis/ValueTracking.h" |
45 | | -#include "llvm/IR/DataLayout.h" |
46 | 32 | #include "llvm/IR/InlineAsm.h" |
47 | 33 | #include "llvm/IR/Intrinsics.h" |
48 | 34 | #include "llvm/IR/IntrinsicsX86.h" |
49 | | -#include "llvm/IR/MDBuilder.h" |
50 | 35 | #include "llvm/IR/MatrixBuilder.h" |
51 | | -#include "llvm/IR/MemoryModelRelaxationAnnotations.h" |
52 | 36 | #include "llvm/Support/ConvertUTF.h" |
53 | | -#include "llvm/Support/MathExtras.h" |
54 | 37 | #include "llvm/Support/ScopedPrinter.h" |
55 | | -#include <numeric> |
56 | 38 | #include <optional> |
57 | 39 | #include <utility> |
58 | 40 |
|
|
0 commit comments