[llvm] r313936 - [Hexagon] - Fix testcase for the HexagonVectorLoopCarriedReuse pass.
Pranav Bhandarkar via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 21 16:11:28 PDT 2017
Author: pranavb
Date: Thu Sep 21 16:11:28 2017
New Revision: 313936
URL: http://llvm.org/viewvc/llvm-project?rev=313936&view=rev
Log:
[Hexagon] - Fix testcase for the HexagonVectorLoopCarriedReuse pass.
Added:
llvm/trunk/test/CodeGen/Hexagon/hexagon_vector_loop_carried_reuse.ll
- copied, changed from r313926, llvm/trunk/test/CodeGen/Hexagon/hexagon_vector_loop_carried_reuse.ll
Copied: llvm/trunk/test/CodeGen/Hexagon/hexagon_vector_loop_carried_reuse.ll (from r313926, llvm/trunk/test/CodeGen/Hexagon/hexagon_vector_loop_carried_reuse.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Hexagon/hexagon_vector_loop_carried_reuse.ll?p2=llvm/trunk/test/CodeGen/Hexagon/hexagon_vector_loop_carried_reuse.ll&p1=llvm/trunk/test/CodeGen/Hexagon/hexagon_vector_loop_carried_reuse.ll&r1=313926&r2=313936&rev=313936&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Hexagon/hexagon_vector_loop_carried_reuse.ll (original)
+++ llvm/trunk/test/CodeGen/Hexagon/hexagon_vector_loop_carried_reuse.ll Thu Sep 21 16:11:28 2017
@@ -1,6 +1,6 @@
; RUN: opt < %s -hexagon-vlcr -adce -S | FileCheck %s
-; CHECK: %.hexagon.vlcrxyz = tail call <32 x i32> @llvm.hexagon.V6.vmaxub.128B
+; CHECK: %.hexagon.vlcr = tail call <32 x i32> @llvm.hexagon.V6.vmaxub.128B
; ModuleID = 'hexagon_vector_loop_carried_reuse.c'
source_filename = "hexagon_vector_loop_carried_reuse.c"
target datalayout = "e-m:e-p:32:32:32-a:0-n16:32-i64:64:64-i32:32:32-i16:16:16-i1:8:8-f32:32:32-f64:64:64-v32:32:32-v64:64:64-v512:512:512-v1024:1024:1024-v2048:2048:2048"
More information about the llvm-commits
mailing list