[PATCH] D155785: [AMDGPU] [NFC] Fixed a typo in SIShrinkInstructions.cpp

Pranav Taneja via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 21 03:06:51 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc41a62e92462: [AMDGPU] [NFC] Fixed a typo in SIShrinkInstructions.cpp (authored by tanejapranav).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155785/new/

https://reviews.llvm.org/D155785

Files:
  llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp


Index: llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
===================================================================
--- llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
+++ llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
@@ -476,7 +476,7 @@
   }
 }
 
-/// Attempt to shink AND/OR/XOR operations requiring non-inlineable literals.
+/// Attempt to shrink AND/OR/XOR operations requiring non-inlineable literals.
 /// For AND or OR, try using S_BITSET{0,1} to clear or set bits.
 /// If the inverse of the immediate is legal, use ANDN2, ORN2 or
 /// XNOR (as a ^ b == ~(a ^ ~b)).


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155785.542843.patch
Type: text/x-patch
Size: 583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230721/95e601c7/attachment.bin>


More information about the llvm-commits mailing list