Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8263634

Remove useless judgements in adfile of Arm SVE backend

      Since JDK-8263424 has refreshed the policy of vector size, there are many useless judgements like `n->in(2)->bottom_type()->is_vect()->length_in_bytes() >= 16 ` in

        predicate(UseSVE > 0 && n->in(2)->bottom_type()->is_vect()->length_in_bytes() >= 16 &&
                  n->in(2)->bottom_type()->is_vect()->element_basic_type() == T_BYTE);

      This issue will remove these useless judgements in adfile.



       

            whuang Wang Huang
            whuang Wang Huang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: