[llvm] r327234 - Test commit - change comment slightly.

Michael Bedy via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 10 19:27:50 PST 2018


Author: mjbedy
Date: Sat Mar 10 19:27:50 2018
New Revision: 327234

URL: http://llvm.org/viewvc/llvm-project?rev=327234&view=rev
Log:
Test commit - change comment slightly.

Modified:
    llvm/trunk/lib/Target/AMDGPU/SIPeepholeSDWA.cpp

Modified: llvm/trunk/lib/Target/AMDGPU/SIPeepholeSDWA.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AMDGPU/SIPeepholeSDWA.cpp?rev=327234&r1=327233&r2=327234&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AMDGPU/SIPeepholeSDWA.cpp (original)
+++ llvm/trunk/lib/Target/AMDGPU/SIPeepholeSDWA.cpp Sat Mar 10 19:27:50 2018
@@ -739,8 +739,8 @@ SIPeepholeSDWA::matchSDWAOperand(Machine
 
     // TODO: add support for non-SDWA instructions as OtherInst.
     // For now this only works with SDWA instructions. For regular instructions
-    // there is no way to determine if instruction write only 8/16/24-bit out of
-    // full register size and all registers are at min 32-bit wide.
+    // there is no way to determine if the instruction writes only 8/16/24-bit
+    // out of full register size and all registers are at min 32-bit wide.
     if (!TII->isSDWA(*OtherInst))
       break;
 




More information about the llvm-commits mailing list