From 42c0741b0df1bb812ee25d0ffa2fade90511936d Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Tue, 6 Oct 2015 15:49:14 +0000 Subject: [Hexagon] Add an early if-conversion pass git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249423 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Hexagon/ifcvt-edge-weight.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/Hexagon/ifcvt-edge-weight.ll') diff --git a/test/CodeGen/Hexagon/ifcvt-edge-weight.ll b/test/CodeGen/Hexagon/ifcvt-edge-weight.ll index 89bb1a62f17..0137501f838 100644 --- a/test/CodeGen/Hexagon/ifcvt-edge-weight.ll +++ b/test/CodeGen/Hexagon/ifcvt-edge-weight.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=hexagon -mcpu=hexagonv5 -print-machineinstrs=if-converter %s -o /dev/null 2>&1 | FileCheck %s +; RUN: llc -march=hexagon -mcpu=hexagonv5 -hexagon-eif=0 -print-machineinstrs=if-converter %s -o /dev/null 2>&1 | FileCheck %s ; Check that the edge weights are updated correctly after if-conversion. ; CHECK: BB#3: -- cgit v1.2.3