We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0905b83 commit 77e8544Copy full SHA for 77e8544
llvm/lib/Target/DirectX/DXILRootSignature.cpp
@@ -14,11 +14,9 @@
14
#include "DXILRootSignature.h"
15
#include "DirectX.h"
16
#include "llvm/ADT/StringSwitch.h"
17
-#include "llvm/BinaryFormat/DXContainer.h"
18
#include "llvm/IR/Constants.h"
19
#include "llvm/IR/Metadata.h"
20
#include "llvm/IR/Module.h"
21
-#include <cassert>
22
23
using namespace llvm;
24
using namespace llvm::dxil;
llvm/test/CodeGen/DirectX/llc-pipeline.ll
@@ -33,6 +33,7 @@
33
; CHECK-ASM-NEXT: Print Module IR
34
35
; CHECK-OBJ-NEXT: DXIL Embedder
36
+; CHECK-OBJ-NEXT: DXIL Root Signature Analysis
37
; CHECK-OBJ-NEXT: DXContainer Global Emitter
38
; CHECK-OBJ-NEXT: FunctionPass Manager
39
; CHECK-OBJ-NEXT: Lazy Machine Block Frequency Analysis
0 commit comments