Skip to content

Commit

Permalink
fix one test and remove unnecessary headers
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimsab committed Feb 5, 2024
1 parent 676a364 commit 69b5124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions llvm/include/llvm/Support/PropertySetIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/raw_ostream.h"

#include <istream>
#include <map>
#include <memory>
#include <string>
#include <type_traits>

namespace llvm {
namespace util {

Expand Down
6 changes: 3 additions & 3 deletions sycl/test/basic_tests/SYCL-2020-spec-const-ids-order.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ int main() {
}

// CHECK-PROP: [SYCL/specialization constants]
// CHECK-PROP-NEXT: [[UNIQUE_PREFIX:[a-z0-9]+]]____ZL5Val23
// CHECK-PROP-NEXT: [[UNIQUE_PREFIX]]____ZL10ConstantId
// CHECK-PROP-NEXT: [[UNIQUE_PREFIX:[a-z0-9]+]]____ZL10ConstantId
// CHECK-PROP-NEXT: [[UNIQUE_PREFIX]]____ZL11SecondValue
// CHECK-PROP-NEXT: [[UNIQUE_PREFIX]]____ZL11SpecConst42
//
// CHECK-PROP-NEXT: [[UNIQUE_PREFIX]]____ZL5Val23

// CHECK-IR: !sycl.specialization-constants = !{![[#MD0:]], ![[#MD1:]], ![[#MD2:]], ![[#MD3:]]}
// CHECK-IR: ![[#MD0]] = !{!"[[UNIQUE_PREFIX:[a-z0-9]+]]____ZL5Val23", i32 [[#ID:]]
// CHECK-IR: ![[#MD1]] = !{!"[[UNIQUE_PREFIX]]____ZL10ConstantId", i32 [[#ID+1]]
Expand Down

0 comments on commit 69b5124

Please sign in to comment.