[llvm] c0fc1a1 - [InstCombine] typo fix in the test xor-and-or.ll; NFC

via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 01:15:55 PST 2023


Author: chenglin.bi
Date: 2023-02-03T17:15:47+08:00
New Revision: c0fc1a118c1c0afced2b972774349ea11614dc4d

URL: https://github.com/llvm/llvm-project/commit/c0fc1a118c1c0afced2b972774349ea11614dc4d
DIFF: https://github.com/llvm/llvm-project/commit/c0fc1a118c1c0afced2b972774349ea11614dc4d.diff

LOG: [InstCombine] typo fix in the test xor-and-or.ll; NFC

Added: 
    

Modified: 
    llvm/test/Transforms/InstCombine/xor-and-or.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/InstCombine/xor-and-or.ll b/llvm/test/Transforms/InstCombine/xor-and-or.ll
index 06b1f23b240e..c36d8775fd2c 100644
--- a/llvm/test/Transforms/InstCombine/xor-and-or.ll
+++ b/llvm/test/Transforms/InstCombine/xor-and-or.ll
@@ -211,7 +211,7 @@ define i1 @xor_and_or(i1 %c, i1 %x, i1 %y) {
   ret i1 %r
 }
 
-;; even through we save a instruction here, select is heavier than normal 
+;; even though we save a instruction here, select is heavier than normal 
 ;; and/or/xor on most backend,  do we really need to do this transform?
 define <4 x i1> @xor_and_or_vector(<4 x i1> %c, <4 x i1> %x, <4 x i1> %y) {
 ; CHECK-LABEL: @xor_and_or_vector(


        


More information about the llvm-commits mailing list