[llvm] r335165 - [InstCombine] fix typo in test comment; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 20 13:16:45 PDT 2018


Author: spatel
Date: Wed Jun 20 13:16:45 2018
New Revision: 335165

URL: http://llvm.org/viewvc/llvm-project?rev=335165&view=rev
Log:
[InstCombine] fix typo in test comment; NFC

Modified:
    llvm/trunk/test/Transforms/InstCombine/shuffle_select.ll

Modified: llvm/trunk/test/Transforms/InstCombine/shuffle_select.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/shuffle_select.ll?rev=335165&r1=335164&r2=335165&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/shuffle_select.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/shuffle_select.ll Wed Jun 20 13:16:45 2018
@@ -226,7 +226,7 @@ define <4 x double> @fsub(<4 x double> %
   ret <4 x double> %t3
 }
 
-; Union any FMF.
+; Intersect any FMF.
 
 define <4 x float> @fmul(<4 x float> %v0) {
 ; CHECK-LABEL: @fmul(




More information about the llvm-commits mailing list