[all-commits] [llvm/llvm-project] fe8063: Revert "[cuda][hip] Add CUDA builtin surface/textu...

Artem Belevich via All-commits all-commits at lists.llvm.org
Fri Mar 27 10:03:00 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fe8063e1a0e983f1b4d38530f4fb157a26c0771c
      https://github.com/llvm/llvm-project/commit/fe8063e1a0e983f1b4d38530f4fb157a26c0771c
  Author: Artem Belevich <tra at google.com>
  Date:   2020-03-27 (Fri, 27 Mar 2020)

  Changed paths:
    M clang/include/clang/AST/Type.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/AST/Type.cpp
    M clang/lib/CodeGen/CGCUDANV.cpp
    M clang/lib/CodeGen/CGCUDARuntime.h
    M clang/lib/CodeGen/CGExprAgg.cpp
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenTypes.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/CodeGen/TargetInfo.h
    M clang/lib/Headers/__clang_cuda_runtime_wrapper.h
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaDeclCXX.cpp
    R clang/test/CodeGenCUDA/surface.cu
    R clang/test/CodeGenCUDA/texture.cu
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/SemaCUDA/attr-declspec.cu
    M clang/test/SemaCUDA/attributes-on-non-cuda.cu
    M clang/test/SemaCUDA/bad-attributes.cu
    M llvm/include/llvm/IR/Operator.h

  Log Message:
  -----------
  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




More information about the All-commits mailing list