Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Following existing naming, it might make sense to rename "rtn_b32" --> "rtn" and "rtn_b64" --> "rtnl".
clang/test/CodeGenOpenCL/builtins-amdgcn-gfx11.cl | ||
---|---|---|
24 | Is there a particular reason for this test? Argument and return value type checks should've been handled by Sema based on builtin definition. Integer and float conversions should've been done automatically, too. We already have tests for all of that. |
clang/test/CodeGenOpenCL/builtins-amdgcn-gfx11.cl | ||
---|---|---|
24 | Will remove. |
Is there a particular reason for this test?
Argument and return value type checks should've been handled by Sema based on builtin definition.
Integer and float conversions should've been done automatically, too.
We already have tests for all of that.