Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit ea9b914

Browse files
author
Hal Finkel
committed
Remove FIXMEs in PPC test cases related to unaligned loads/stores
As pointed out by Bill in response to r177160, these two FIXMEs can also be removed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177229 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent ce638c8 commit ea9b914

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

test/CodeGen/PowerPC/structsinmem.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
; RUN: llc -mcpu=pwr7 -O0 -disable-fp-elim -disable-ppc-unaligned < %s | FileCheck %s
22

3-
; FIXME: The code generation for packed structs is very poor because the
4-
; PowerPC target wrongly rejects all unaligned loads. This test case will
5-
; need to be revised when that is fixed.
6-
73
target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v128:128:128-n32:64"
84
target triple = "powerpc64-unknown-linux-gnu"
95

test/CodeGen/PowerPC/structsinregs.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
; RUN: llc -mcpu=pwr7 -O0 -disable-fp-elim -disable-ppc-unaligned < %s | FileCheck %s
22

3-
; FIXME: The code generation for packed structs is very poor because the
4-
; PowerPC target wrongly rejects all unaligned loads. This test case will
5-
; need to be revised when that is fixed.
6-
73
target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v128:128:128-n32:64"
84
target triple = "powerpc64-unknown-linux-gnu"
95

0 commit comments

Comments
 (0)