This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Register allocation trouble


On 07/21/2017 07:50 AM, Andrew Stubbs wrote:

(set (match_operand:SI "register_operand" "=a,b")
      (match_operand:SI "memory_operand"   "Ra,Rb"))


How horrible would it be to split expose the entire mem:

(set (match_operand:SI "register" "=a,b")
     (mem:SI (match_operand:SI "register" "a,b")))
+ variants for reg+const if you have them?

nathan

--
Nathan Sidwell


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]