i386.md (*load_tp_<mode>): Redefine as define_insn_and_split.
authorUros Bizjak <ubizjak@gmail.com>
Sun, 13 Aug 2017 16:08:25 +0000 (18:08 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 13 Aug 2017 16:08:25 +0000 (18:08 +0200)
commitcfc72af0fbdfb2af54722bd5fa58b75eaa14c05f
tree836393741f223a3d1919bae5f9ce938f980094a1
parent04c4bb307f8551f1f6c4ee693f37e2caf355a54d
i386.md (*load_tp_<mode>): Redefine as define_insn_and_split.

* config/i386/i386.md (*load_tp_<mode>): Redefine as
define_insn_and_split.  Split to a memory load from 0 in
DEFAULT_TLS_SEG_REG address space.  Merge with *load_tp_x32
using PTR mode iterator.
(*load_tp_x32_zext"): Redefine as define_insn_and_split.
Split to a memory load from 0 in DEFAULT_TLS_SEG_REG address space.
(*add_tp_<mode>): Redefine as define_insn_and_split.
Split to an add with a memory load from 0 in DEFAULT_TLS_SEG_REG
address space.  Merge with *add_tp_x32 using PTR mode iterator.
(*add_tp_x32_zext"): Redefine as define_insn_and_split.
Split to an add with a  memory load from 0 in
DEFAULT_TLS_SEG_REG address space.

From-SVN: r251075
gcc/ChangeLog
gcc/config/i386/i386.md