[PATCH] D27300: [OpenCL] Fix SPIR version generation.

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 1 07:24:57 PST 2016


yaxunl added inline comments.


================
Comment at: test/CodeGenOpenCL/spir_version.cl:21
-// CHECK-SPIR-CL12: [[SPIR]] = !{i32 2, i32 0}
-// CHECK-SPIR-CL12: [[OCL]] = !{i32 1, i32 2}
 // CHECK-SPIR-CL20: !opencl.spir.version = !{[[SPIR:![0-9]+]]}
----------------
why this is removed?


https://reviews.llvm.org/D27300





More information about the cfe-commits mailing list