[llvm] [LV][NFC] Fix typos (PR #111971)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 15 12:42:58 PDT 2024


================
@@ -3005,7 +3004,8 @@ void InnerLoopVectorizer::sinkScalarOperands(Instruction *PredInst) {
 
       // We can't sink an instruction if it is a phi node, is not in the loop,
       // may have side effects or may read from memory.
-      // TODO Could dor more granular checking to allow sinking a load past non-store instructions.
+      // TODO Could do more granular checking to allow sinking
----------------
artagnon wrote:

nit: s/TODO/TODO:/

https://github.com/llvm/llvm-project/pull/111971


More information about the llvm-commits mailing list