mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
6754519
: don't emit flag fixup for NaN when condition being tested doesn't need it
Reviewed-by: kvn, rasbold
This commit is contained in:
parent
f3a403d0d4
commit
429a95440a
16 changed files with 1125 additions and 253 deletions
|
@ -324,7 +324,7 @@ public:
|
|||
virtual int regnum_to_fpu_offset(int regnum);
|
||||
|
||||
// Is this branch offset small enough to be addressed by a short branch?
|
||||
bool is_short_branch_offset(int offset);
|
||||
bool is_short_branch_offset(int rule, int offset);
|
||||
|
||||
// Optional scaling for the parameter to the ClearArray/CopyArray node.
|
||||
static const bool init_array_count_is_in_bytes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue