8343506: [s390x] multiple test failures with ubsan
Reviewed-by: mdoerr, lucy
This commit is contained in:
parent
96eed7fa6c
commit
f6edfe58d6
@ -2547,7 +2547,7 @@ operand uimmI8() %{
|
||||
// operand type int
|
||||
// Unsigned Integer Immediate: 9-bit
|
||||
operand SSlenDW() %{
|
||||
predicate(Immediate::is_uimm8(n->get_long()-1));
|
||||
predicate(Immediate::is_uimm8((julong)n->get_long()-1));
|
||||
match(ConL);
|
||||
op_cost(1);
|
||||
format %{ %}
|
||||
|
Loading…
Reference in New Issue
Block a user