Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGenOpenCL/builtins-amdgcn-error-f16-class.cl | ||
---|---|---|
1–9 ↗ | (On Diff #77402) | These tests can all be in the same file |
test/CodeGenOpenCL/builtins-amdgcn-error-f16-class.cl | ||
---|---|---|
1–9 ↗ | (On Diff #77402) | The problem is if I put them into the same file only the first function gives the error '__builtin_amdgcn_*h' needs target feature 16-bit-insts and I did not have time to investigate why, but I was planning to do it once I finish something else. Would leaving them in the separate files be acceptable short-term? |
test/CodeGenOpenCL/builtins-amdgcn-error-f16-class.cl | ||
---|---|---|
1–9 ↗ | (On Diff #77402) | I think putting all of the half instructions in one file is fine with an f16-less target, you don't need one for each individual error. Also target-cpu tahiti + amdhsa doesn't make sense, one or the other should be changed |
test/CodeGenOpenCL/builtins-amdgcn-error-f16-div-fixup.cl | ||
---|---|---|
8 ↗ | (On Diff #77402) | The tests for checking error messages are usually put in SemaOpenCL. |
Comment Actions
Address review feedback: put tests in the same file, update run line, move error tests to SemaOpenCL directory