[Bug tree-optimization/104445] [12 Regression] ICE in vect_create_partial_epilog, at tree-vect-loop.cc:5098

ubizjak at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Feb 9 10:01:05 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104445

--- Comment #5 from Uroš Bizjak <ubizjak at gmail dot com> ---
We do have:

(define_expand "vec_extractv4qiqi"
  [(match_operand:QI 0 "register_operand")
   (match_operand:V4QI 1 "register_operand")
   (match_operand 2 "const_int_operand")]
  "TARGET_SSE4_1"
{
  ix86_expand_vector_extract (false, operands[0],
                              operands[1], INTVAL (operands[2]));
  DONE;
})


More information about the Gcc-bugs mailing list