https://bugs.llvm.org/show_bug.cgi?id=34550

Matthias Braun <ma...@braunis.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX
                 CC|                            |ma...@braunis.de

--- Comment #1 from Matthias Braun <ma...@braunis.de> ---
Adding all super registers is often but not always the right thing to do. There
are some corner cases where we do not want to add the super register (for
example x86 marking SIL as reserved when generating 32bit code, but we do not
want to reserve the superregister ESI). Hence we have the `markSuperRegs`
convenience function but cannot do this by default.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to