[NVPTX] Remove now unused atomic.load.add.f32 intrinsics

llvm-svn: 365811
This commit is contained in:
Benjamin Kramer 2019-07-11 19:21:59 +00:00
parent 84a2c78082
commit eda5d870e9
1 changed files with 0 additions and 8 deletions

View File

@ -927,14 +927,6 @@ let TargetPrefix = "nvvm" in {
[IntrNoMem]>;
// Atomics not available as llvm intrinsics.
def int_nvvm_atomic_load_add_f32 : Intrinsic<[llvm_float_ty],
[LLVMAnyPointerType<llvm_float_ty>, llvm_float_ty],
[IntrArgMemOnly, NoCapture<0>]>;
// Atomic add of f64 requires sm_60.
def int_nvvm_atomic_load_add_f64 : Intrinsic<[llvm_double_ty],
[LLVMAnyPointerType<llvm_double_ty>, llvm_double_ty],
[IntrArgMemOnly, NoCapture<0>]>;
def int_nvvm_atomic_load_inc_32 : Intrinsic<[llvm_i32_ty],
[LLVMAnyPointerType<llvm_i32_ty>, llvm_i32_ty],
[IntrArgMemOnly, NoCapture<0>]>;