[PATCH] D21723: [RFC] Enhance synchscope representation
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 18 16:28:13 PDT 2017
mehdi_amini added a comment.
In https://reviews.llvm.org/D21723#723131, @kzhuravl wrote:
> - Emit target specific tokens instead of integers in textual representation of llvm ir (similar to calling conventions)
> - Add bitcode test
>
> Mehdi, did you have something like this in mind?
Somehow: you're missing the bitcode storage using a string pool, as well as in memory in the LLVMContext, and getting rid of the AMDGPU_* enums in favor of dynamic lookup implemented in the target.
https://reviews.llvm.org/D21723
More information about the llvm-commits
mailing list