Diff Detail
Diff Detail
Event Timeline
clang/test/CodeGenOpenCL/builtins-amdgcn.cl | ||
---|---|---|
541 | This looks unrelated to the return type change |
clang/test/CodeGenOpenCL/builtins-amdgcn.cl | ||
---|---|---|
541 | Without that change, the builtin return type is wrong and clang does not insert conversion for this "add" operation and causes assertion. Therefore this small change makes sure that error will not happen again. |
This looks unrelated to the return type change