File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
test/tools/sycl-post-link Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ declare void @bar(i8)
35
35
36
36
; CHECK-PROP: [SYCL/kernel param opt]
37
37
; // Base64 encoding in the prop file (including 8 bytes length):
38
- ; CHECK-PROP-NEXT: SpirKernel1=2|CAAAAAAAAAQA
38
+ ; CHECK-PROP-NEXT-DAG : SpirKernel1=2|CAAAAAAAAAQA
39
39
; // Base64 encoding in the prop file (including 8 bytes length):
40
- ; CHECK-PROP-NEXT: SpirKernel2=2|LAAAAAAAAAgfGA
40
+ ; CHECK-PROP-NEXT-DAG : SpirKernel2=2|LAAAAAAAAAgfGA
41
41
42
42
; CHECK-TABLE: [Code|Properties]
43
43
; CHECK-TABLE-NEXT: {{.*}}files_0.prop
Original file line number Diff line number Diff line change 13
13
// ===----------------------------------------------------------------------===//
14
14
15
15
#include " llvm/ADT/BitVector.h"
16
+ #include " llvm/ADT/DenseMap.h"
16
17
#include " llvm/ADT/StringRef.h"
17
18
#include " llvm/IR/Module.h"
18
19
#include " llvm/IR/PassManager.h"
19
20
20
- #include < map>
21
- #include < string>
22
-
23
21
namespace llvm {
24
22
25
23
// the StringRef key refers to a function name
26
- using SPIRKernelParamOptInfoBaseTy = std::map <StringRef, BitVector>;
24
+ using SPIRKernelParamOptInfoBaseTy = DenseMap <StringRef, BitVector>;
27
25
28
26
class SPIRKernelParamOptInfo : public SPIRKernelParamOptInfoBaseTy {
29
27
public:
You can’t perform that action at this time.
0 commit comments