https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11
--- Comment #10 from Jakub Jelinek ---
"__builtin_shufflevector instead of __builtin_shuffle for better code
generation"
is certainly not true. Both of the builtins are different and they have their
pros and cons. For the swgl code if it has b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11
Sam James changed:
What|Removed |Added
See Also||https://phabricator.service
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11
Sam James changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11
--- Comment #7 from Andrew Pinski ---
Note for recent GCC, CONVERT and SHUFFLE should be defined as:
# define CONVERT(vector, type) __builtin_convertvector(vector.data,
type::data_type)
# define SHUFFLE(a, b, ...) __builtin_shufflevector(a.da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11
--- Comment #6 from Andrew Pinski ---
On the clang not rejecting the code, there is a clang specific path used for
vector_type so that code is not used for clang.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11
--- Comment #5 from Patrick Palka ---
: In instantiation of ‘struct glsl::VectorType<__vector(4) int, 4>’:
:577:63: required from here
:106:13: error: invalid vector type for attribute ‘vector_size’
:108:22: error: invalid vector type for attr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11
--- Comment #4 from Andrew Pinski ---
(In reply to Jakub Jelinek from comment #2)
> Started with r15-2331-g523836716137d0f7f4088c85752a980f5f971b36
What happens before this patch is mask_type stays mask_index for the template
argument as the de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11
Jakub Jelinek changed:
What|Removed |Added
Summary|[15 Regression] firefox |[15 Regression] firefox
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11
--- Comment #1 from Andrew Pinski ---
I can finish reducing this later today after I finish some other stuff.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11
Andrew Pinski changed:
What|Removed |Added
Keywords||needs-bisection
Target Milestone|---
11 matches
Mail list logo