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

Matheus Izvekov <mizve...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassignedclangbugs@nondot. |mizve...@gmail.com
                   |org                         |
 Fixed By Commit(s)|                            |9b6036deedf28e10d797fc4ca73
                   |                            |4d57680d18053
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #5 from Matheus Izvekov <mizve...@gmail.com> ---
Fixed in main.

This is also working with return type deduction, this should work:
```
auto foo() { return int8x8_t(...); }
```
But the behavior is such that we will get the alignment only from the first
return statement in the function.

This is improved by https://reviews.llvm.org/D111283, which implements
reasonable behavior for the multiple return statements case.

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

Reply via email to