File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
llvm/unittests/Target/DirectX Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " DirectXIRPasses/PointerTypeAnalysis.h"
10
9
#include " DirectXTargetMachine.h"
11
10
#include " llvm/Analysis/DXILResource.h"
12
11
#include " llvm/AsmParser/Parser.h"
15
14
#include " llvm/IR/LLVMContext.h"
16
15
#include " llvm/IR/Module.h"
17
16
#include " llvm/IR/Type.h"
18
- #include " llvm/IR/TypedPointerType.h"
19
- #include " llvm/MC/TargetRegistry.h"
20
17
#include " llvm/Passes/PassBuilder.h"
21
18
#include " llvm/Support/Casting.h"
22
- #include " llvm/Support/CodeGen.h"
23
19
#include " llvm/Support/SourceMgr.h"
24
- #include " llvm/Transforms/Utils/Debugify.h"
25
20
26
- #include " gmock/gmock.h"
27
21
#include " gtest/gtest.h"
28
- #include < optional>
29
-
30
- using ::testing::Contains;
31
- using ::testing::Pair;
32
22
33
23
using namespace llvm ;
34
24
using namespace llvm ::dxil;
35
25
36
- template <typename T> struct IsA {
37
- friend bool operator ==(const Value *V, const IsA &) { return isa<T>(V); }
38
- };
39
-
40
26
namespace {
41
27
class UniqueResourceFromUseTest : public testing ::Test {
42
28
protected:
You can’t perform that action at this time.
0 commit comments