This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/80283] [5/6/7/8 Regression] bad SIMD register allocation
- From: "already5chosen at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 08 Aug 2017 16:13:03 +0000
- Subject: [Bug middle-end/80283] [5/6/7/8 Regression] bad SIMD register allocation
- Auto-submitted: auto-generated
- References: <bug-80283-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80283
--- Comment #18 from Michael_S <already5chosen at yahoo dot com> ---
O.k. Not a back end.
The part of compiler that is responsible for binding local variables to
registers or to stack locations. I am assuming that such part exists in gcc and
acts after tree-ter phase, but before instruction scheduling.
If nothing like that exists then please forget the previous comment.