Skip to content

Commit dda54cc

Browse files
committed
Drop alias in test
1 parent 830b451 commit dda54cc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sycl/test/check_device_code/extensions/address_cast.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
using namespace sycl;
1212
using namespace sycl::ext::oneapi::experimental;
1313

14-
// FIXME: should be removed when https://github.com/intel/llvm/pull/15389 is merged in.
15-
template <typename ElementType>
16-
using decorated_generic_ptr =
17-
multi_ptr<ElementType, access::address_space::generic_space,
18-
access::decorated::yes>;
19-
2014
namespace static_as_cast {
2115
// CHECK-LABEL: define dso_local spir_func void @_ZN14static_as_cast19to_global_decoratedEN4sycl3_V19multi_ptrIiLNS1_6access13address_spaceE6ELNS3_9decoratedE1EEE(
2216
// CHECK-SAME: ptr addrspace(4) dead_on_unwind noalias nocapture writable writeonly sret(%"class.sycl::_V1::multi_ptr") align 8 [[AGG_RESULT:%.*]], ptr nocapture noundef readonly byval(%"class.sycl::_V1::multi_ptr.0") align 8 [[P:%.*]]) local_unnamed_addr #[[ATTR0:[0-9]+]] !srcloc [[META6:![0-9]+]] !sycl_fixed_targets [[META7:![0-9]+]] {

0 commit comments

Comments
 (0)