Skip to content

Commit 46fe59c

Browse files
committed
Update CIRAttrs.cpp
1 parent ccd4a71 commit 46fe59c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

clang/lib/CIR/Dialect/IR/CIRAttrs.cpp

-7
Original file line numberDiff line numberDiff line change
@@ -657,19 +657,12 @@ AddressSpaceAttr::getValueFromLangAS(clang::LangAS langAS) {
657657
return Kind::offload_private;
658658
case LangAS::opencl_generic:
659659
return Kind::offload_generic;
660-
<<<<<<< HEAD
661-
662-
case LangAS::opencl_global_device:
663-
case LangAS::opencl_global_host:
664-
case LangAS::cuda_constant:
665-
=======
666660

667661
case LangAS::cuda_constant:
668662
return Kind::offload_constant;
669663
case LangAS::opencl_global_device:
670664
case LangAS::opencl_global_host:
671665

672-
>>>>>>> 9a2a7a370a31 ([CIR][CUDA] Support for built-in CUDA surface type)
673666
case LangAS::sycl_global:
674667
case LangAS::sycl_global_device:
675668
case LangAS::sycl_global_host:

0 commit comments

Comments
 (0)