Details
Diff Detail
Event Timeline
test/CodeGenOpenCL/spir_version.cl | ||
---|---|---|
21 | why this is removed? |
test/CodeGenOpenCL/spir_version.cl | ||
---|---|---|
21 | 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 | 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? |
Could we then use VER here too?