[llvm] r346110 - [X86] Fix typo in test comment. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 4 17:21:52 PST 2018
Author: ctopper
Date: Sun Nov 4 17:21:52 2018
New Revision: 346110
URL: http://llvm.org/viewvc/llvm-project?rev=346110&view=rev
Log:
[X86] Fix typo in test comment. NFC
Modified:
llvm/trunk/test/CodeGen/X86/combine-64bit-vec-binop.ll
Modified: llvm/trunk/test/CodeGen/X86/combine-64bit-vec-binop.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/combine-64bit-vec-binop.ll?rev=346110&r1=346109&r2=346110&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/combine-64bit-vec-binop.ll (original)
+++ llvm/trunk/test/CodeGen/X86/combine-64bit-vec-binop.ll Sun Nov 4 17:21:52 2018
@@ -97,7 +97,7 @@ define double @test2_mul(double %A, doub
ret double %3
}
-; There is no legal ISD::MUL with type MVT::v8i16.
+; There is no legal ISD::MUL with type MVT::v16i8.
define double @test3_mul(double %A, double %B) {
; SSE41-LABEL: test3_mul:
; SSE41: # %bb.0:
More information about the llvm-commits
mailing list