From b7a5f9fc29b439d9f26a140d99ca248097e26311 Mon Sep 17 00:00:00 2001 From: Colin LeMahieu Date: Tue, 10 Nov 2015 00:22:00 +0000 Subject: [Hexagon] Fixing store instructions and reenabling a few more tests. llvm-svn: 252561 --- llvm/test/CodeGen/Hexagon/absimm.ll | 1 - llvm/test/CodeGen/Hexagon/zextloadi1.ll | 1 - 2 files changed, 2 deletions(-) (limited to 'llvm/test/CodeGen') diff --git a/llvm/test/CodeGen/Hexagon/absimm.ll b/llvm/test/CodeGen/Hexagon/absimm.ll index f3f10f2b4f2..e67af5e8fef 100644 --- a/llvm/test/CodeGen/Hexagon/absimm.ll +++ b/llvm/test/CodeGen/Hexagon/absimm.ll @@ -1,7 +1,6 @@ ; RUN: llc -march=hexagon < %s | FileCheck %s ; Check that we generate absolute addressing mode instructions ; with immediate value. -; XFAIL: * define i32 @f1(i32 %i) nounwind { ; CHECK: memw(##786432){{ *}}={{ *}}r{{[0-9]+}} diff --git a/llvm/test/CodeGen/Hexagon/zextloadi1.ll b/llvm/test/CodeGen/Hexagon/zextloadi1.ll index c6c982750c0..9ce7bea9fce 100644 --- a/llvm/test/CodeGen/Hexagon/zextloadi1.ll +++ b/llvm/test/CodeGen/Hexagon/zextloadi1.ll @@ -1,5 +1,4 @@ ; RUN: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s -; XFAIL: * ; CHECK: r{{[0-9]+}} = ##i129_l+16 ; CHECK: r{{[0-9]+}} = ##i129_s+16 -- cgit v1.2.3