Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGenOpenCL/spir_version.cl | ||
---|---|---|
21 ↗ | (On Diff #79901) | why this is removed? |
test/CodeGenOpenCL/spir_version.cl | ||
---|---|---|
21 ↗ | (On Diff #79901) | After my changes, value of SPIR version and OCL will be the same and so, it will be generate only one metadata (e.g. !1 = !{i32 1, i32 2}). |
test/CodeGenOpenCL/spir_version.cl | ||
---|---|---|
21 ↗ | (On Diff #79901) | but line 19 still checking with OCL, shouldn't it be changed to the common version metadata shared between SPIR and OCL? How about rename SPIR in line 18 to VER? |