From c1c49a356162b22554088d269f7689bdb044a9f1 Mon Sep 17 00:00:00 2001 From: Stanislav Mekhanoshin Date: Mon, 18 Apr 2022 14:28:12 -0700 Subject: [PATCH] [AMDGPU] Fix comment type in the DSInstructions.td. NFC. --- llvm/lib/Target/AMDGPU/DSInstructions.td | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/lib/Target/AMDGPU/DSInstructions.td b/llvm/lib/Target/AMDGPU/DSInstructions.td index 1fb3699..4e7a9b5 100644 --- a/llvm/lib/Target/AMDGPU/DSInstructions.td +++ b/llvm/lib/Target/AMDGPU/DSInstructions.td @@ -885,9 +885,9 @@ defm : DSWritePat_mc ; } // Select 128 bit loads and stores aligned less than 4 as a single ds_read_b128/ -// ds_write_b128 as a single instruction as this is faster than ds_read2_b64/ -// ds_write2_b64 which would be used otherwise. In this case a b64 access would -// still be misaligned, but we will have 2 of them. +// ds_write_b128 instruction as this is faster than ds_read2_b64/ds_write2_b64 +// which would be used otherwise. In this case a b64 access would still be +// misaligned, but we will have 2 of them. foreach vt = VReg_128.RegTypes in { defm : DSReadPat_mc ; defm : DSWritePat_mc ; -- 2.7.4