asm/sm: ignore diag in preg in prologue

This commit is contained in:
Denis Drakhnia 2024-01-03 16:57:27 +02:00
parent 658b061ecd
commit 2cbb6bf699
2 changed files with 12 additions and 0 deletions

View File

@ -153,6 +153,7 @@ asm_tests = {
'qual-2': { 'should_fail': true },
'qual-3': { 'should_fail': true },
'qual-4': {},
'qual-5': {},
'qual-call-1': { 'should_fail': true },
'qual-ct-1': { 'should_fail': true },
'qual-ct-2': {},

11
tests/asm/sm/qual-5.S Normal file
View 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"