search for: 49adf58a

Displaying 1 result from an estimated 1 matches for "49adf58a".

2019 Sep 17
2
LLVM for OpenCL
Dear all, I'm newbie in LLVM. I would like to know if it is available an optimizer for OpenCL in LLVM, in the same way as the 'opt' command in LLVM. Concretely, if it is possible to perform individual optimizations/transformations over OpenCL code (either at source or bitcode representation) as it can be done for C code using: - 'clang' to generate the .bc file(s) -