[llvm] r313433 - [X86] Remove slash in front of a CHECK line in a test.
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 15 18:43:21 PDT 2017
Author: ctopper
Date: Fri Sep 15 18:43:21 2017
New Revision: 313433
URL: http://llvm.org/viewvc/llvm-project?rev=313433&view=rev
Log:
[X86] Remove slash in front of a CHECK line in a test.
Modified:
llvm/trunk/test/CodeGen/X86/avx2-intrinsics-x86.ll
Modified: llvm/trunk/test/CodeGen/X86/avx2-intrinsics-x86.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/avx2-intrinsics-x86.ll?rev=313433&r1=313432&r2=313433&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/avx2-intrinsics-x86.ll (original)
+++ llvm/trunk/test/CodeGen/X86/avx2-intrinsics-x86.ll Fri Sep 15 18:43:21 2017
@@ -1369,7 +1369,7 @@ declare <4 x double> @llvm.x86.avx2.gath
define <4 x float> @test_x86_avx2_gather_d_ps(<4 x float> %a0, i8* %a1, <4 x i32> %idx, <4 x float> %mask) {
; CHECK-LABEL: test_x86_avx2_gather_d_ps:
; CHECK: ## BB#0:
-; /CHECK-NEXT: movl {{[0-9]+}}(%esp), %eax ## encoding: [0x8b,0x44,0x24,0x04]
+; CHECK-NEXT: movl {{[0-9]+}}(%esp), %eax ## encoding: [0x8b,0x44,0x24,0x04]
; CHECK-NEXT: vgatherdps %xmm2, (%eax,%xmm1,2), %xmm0 ## encoding: [0xc4,0xe2,0x69,0x92,0x04,0x48]
; CHECK-NEXT: retl ## encoding: [0xc3]
%res = call <4 x float> @llvm.x86.avx2.gather.d.ps(<4 x float> %a0,
More information about the llvm-commits
mailing list