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

--- Comment #6 from Segher Boessenkool <segher at gcc dot gnu.org> ---
It emits an insn instead if a jump_insn in the asm, during split1, in

(define_split
  [(match_operand 0 "tls_address_pattern")]
  "TARGET_TLS_DIRECT_SEG_REFS"
  [(match_dup 0)]
  "operands[0] = ix86_rewrite_tls_address (operands[0]);")

Reply via email to