asm/sm: ignore diag in preg in prologue
This commit is contained in:
parent
658b061ecd
commit
2cbb6bf699
@ -153,6 +153,7 @@ asm_tests = {
|
|||||||
'qual-2': { 'should_fail': true },
|
'qual-2': { 'should_fail': true },
|
||||||
'qual-3': { 'should_fail': true },
|
'qual-3': { 'should_fail': true },
|
||||||
'qual-4': {},
|
'qual-4': {},
|
||||||
|
'qual-5': {},
|
||||||
'qual-call-1': { 'should_fail': true },
|
'qual-call-1': { 'should_fail': true },
|
||||||
'qual-ct-1': { 'should_fail': true },
|
'qual-ct-1': { 'should_fail': true },
|
||||||
'qual-ct-2': {},
|
'qual-ct-2': {},
|
||||||
|
11
tests/asm/sm/qual-5.S
Normal file
11
tests/asm/sm/qual-5.S
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#include "test_start.S"
|
||||||
|
|
||||||
|
rwd,0 (1 << 48) | (1UL << 37) | 1, %lsr
|
||||||
|
invalid64 %g16
|
||||||
|
cmpedb,0,sm 0, %g16, %pred0
|
||||||
|
{
|
||||||
|
loop_mode
|
||||||
|
addd,0 0, 0, %empty ? %pred0, %pcnt0
|
||||||
|
}
|
||||||
|
|
||||||
|
#include "test_end.S"
|
Loading…
Reference in New Issue
Block a user