[llvm] e895147 - [AMDGPU] Fixed typo in intrinsic comment. NFC.
Stanislav Mekhanoshin via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 21 11:53:44 PDT 2020
Author: Stanislav Mekhanoshin
Date: 2020-09-21T11:53:34-07:00
New Revision: e8951474b1940bd81bc3bac8d506e08880ee35ea
URL: https://github.com/llvm/llvm-project/commit/e8951474b1940bd81bc3bac8d506e08880ee35ea
DIFF: https://github.com/llvm/llvm-project/commit/e8951474b1940bd81bc3bac8d506e08880ee35ea.diff
LOG: [AMDGPU] Fixed typo in intrinsic comment. NFC.
Added:
Modified:
llvm/include/llvm/IR/IntrinsicsAMDGPU.td
Removed:
################################################################################
diff --git a/llvm/include/llvm/IR/IntrinsicsAMDGPU.td b/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
index 62f009b666d0..3df07e81e95b 100644
--- a/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
+++ b/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
@@ -1699,7 +1699,7 @@ class AMDGPUGlobalAtomicRtn<LLVMType vt> : Intrinsic <
def int_amdgcn_global_atomic_csub : AMDGPUGlobalAtomicRtn<llvm_i32_ty>;
// uint4 llvm.amdgcn.image.bvh.intersect.ray <node_ptr>, <ray_extent>, <ray_origin>,
-// <ray_dir>, ray_inv_dir>, <texture_descr>
+// <ray_dir>, <ray_inv_dir>, <texture_descr>
def int_amdgcn_image_bvh_intersect_ray :
Intrinsic<[llvm_v4i32_ty],
[llvm_anyint_ty, llvm_float_ty, llvm_v4f32_ty, llvm_anyvector_ty,
More information about the llvm-commits
mailing list