[all-commits] [llvm/llvm-project] 0e43eb: Revert "[NVPTX/CUDA] added an optional src_size ar...
Artem Belevich via All-commits
all-commits at lists.llvm.org
Thu May 18 11:46:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e43eb24bd791e8b857e7347ac3646a4454d97e3
https://github.com/llvm/llvm-project/commit/0e43eb24bd791e8b857e7347ac3646a4454d97e3
Author: Artem Belevich <tra at google.com>
Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths:
M clang/include/clang/Basic/BuiltinsNVPTX.def
M clang/include/clang/Sema/Sema.h
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/SemaCUDA/builtins.cu
M llvm/include/llvm/IR/IntrinsicsNVVM.td
M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
M llvm/test/CodeGen/NVPTX/async-copy.ll
Log Message:
-----------
Revert "[NVPTX/CUDA] added an optional src_size argument to __nvvm_cp_async*"
Breaks MLIR which happens to be using the intrinsics.
This reverts commit e7b9c2f00fa04ef8d9b69ee0e36d7775823dbe6b.
More information about the All-commits
mailing list