Revert "[cuda][hip] Add CUDA builtin surface/texture reference support."
authorArtem Belevich <tra@google.com>
Fri, 27 Mar 2020 17:01:38 +0000 (10:01 -0700)
committerArtem Belevich <tra@google.com>
Fri, 27 Mar 2020 17:01:38 +0000 (10:01 -0700)
commitfe8063e1a0e983f1b4d38530f4fb157a26c0771c
tree5a5a08763659010e689e88b1bcdbdbf89052d0e7
parent667781592a44ed02f42d4a07c85cf1a898543304
Revert "[cuda][hip] Add CUDA builtin surface/texture reference support."

This reverts commit 6a9ad5f3f4ac66f0cae592e911f4baeb6ee5eca6.
The patch breaks CUDA copmilation.

Differential Revision: https://reviews.llvm.org/D76365
22 files changed:
clang/include/clang/AST/Type.h
clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/AttrDocs.td
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/AST/Type.cpp
clang/lib/CodeGen/CGCUDANV.cpp
clang/lib/CodeGen/CGCUDARuntime.h
clang/lib/CodeGen/CGExprAgg.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/CodeGenTypes.cpp
clang/lib/CodeGen/TargetInfo.cpp
clang/lib/CodeGen/TargetInfo.h
clang/lib/Headers/__clang_cuda_runtime_wrapper.h
clang/lib/Sema/SemaDeclAttr.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/test/CodeGenCUDA/surface.cu [deleted file]
clang/test/CodeGenCUDA/texture.cu [deleted file]
clang/test/Misc/pragma-attribute-supported-attributes-list.test
clang/test/SemaCUDA/attr-declspec.cu
clang/test/SemaCUDA/attributes-on-non-cuda.cu
clang/test/SemaCUDA/bad-attributes.cu
llvm/include/llvm/IR/Operator.h