mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Add XFAIL test case for a scavenger assert.
llvm-svn: 79092
This commit is contained in:
parent
03f517b799
commit
e7bffd7796
20
test/CodeGen/Blackfin/2009-08-15-LiveIn-SubReg.ll
Normal file
20
test/CodeGen/Blackfin/2009-08-15-LiveIn-SubReg.ll
Normal file
@ -0,0 +1,20 @@
|
||||
; RUN: llvm-as < %s | llc -march=bfin -verify-machineinstrs
|
||||
; XFAIL: *
|
||||
|
||||
; When joining live intervals of sub-registers, an MBB live-in list is not
|
||||
; updated properly. The register scavenger asserts on an undefined register.
|
||||
|
||||
define i32 @foo(i8 %bar) {
|
||||
entry:
|
||||
switch i8 %bar, label %bb1203 [
|
||||
i8 117, label %bb1204
|
||||
i8 85, label %bb1204
|
||||
i8 106, label %bb1204
|
||||
]
|
||||
|
||||
bb1203: ; preds = %entry
|
||||
ret i32 1
|
||||
|
||||
bb1204: ; preds = %entry, %entry, %entry
|
||||
ret i32 2
|
||||
}
|
Loading…
Reference in New Issue
Block a user