This is the mail archive of the gcc-patches@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]

Re: [G]CSE of extended asm statements


On Sun, Aug 27, 2000 at 12:27:34PM -0300, Alexandre Oliva wrote:
> I was thinking of factoring out the vector elements that are shared by
> all output operands of a single asm statement ...

Actually, the best way to represent this is with

  (set (parallel [(out1) (out2) (out3)])
       (asm_operand ...))

We already do something similar for calls that return
structs in multiple disjoint registers.


r~

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