Add prefixed insn support for stack_protect_setdi & stack_protect_testdi
commitce6a6c007e5a985e64fd6293b9606420debe50f5
authorMichael Meissner <meissner@linux.ibm.com>
Mon, 11 Nov 2019 23:00:03 +0000 (11 23:00 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Mon, 11 Nov 2019 23:00:03 +0000 (11 23:00 +0000)
tree42a39c6d9db8326c78ea9ad1aa3901405c837985
parent48042bd43e0b0407748a110ef8e917827f0fe422
Add prefixed insn support for stack_protect_setdi & stack_protect_testdi

2019-11-11  Michael Meissner  <meissner@linux.ibm.com>

* config/rs6000/predicates.md (prefixed_memory): New predicate.
* config/rs6000/rs6000.md (stack_protect_setdi): Deal with either
address being a prefixed load/store.
(stack_protect_testdi): Deal with either address being a prefixed
load.

From-SVN: r278069
gcc/ChangeLog
gcc/config/rs6000/predicates.md
gcc/config/rs6000/rs6000.md