mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8343506: [s390x] multiple test failures with ubsan
Backport-of: f6edfe58d6
This commit is contained in:
committed by
Vitaly Provodin
parent
d40225528a
commit
d8506d916f
@@ -2641,7 +2641,7 @@ operand uimmI5() %{
|
||||
// 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 %{ %}
|
||||
|
||||
Reference in New Issue
Block a user