You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
I very glad to you share your program.This program is very important for my job.
I have some problems about this program.
Initially,In your program brief,this program can translate GLSL code to LLVM IR,but you have Top IR and Bottom IR,who is LLVM IR ?
Next,I read your Readme.td file,but I don't know how to translate GLSL file to LLVM .bc file?Your program have this function?
The text was updated successfully, but these errors were encountered:
Translating to a .bc file would be independent of LunarGLASS. It is just the compressed form of LLVM, and I assume can be created the typical way. I am not an expert at that part of LLVM.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I very glad to you share your program.This program is very important for my job.
I have some problems about this program.
Initially,In your program brief,this program can translate GLSL code to LLVM IR,but you have Top IR and Bottom IR,who is LLVM IR ?
Next,I read your Readme.td file,but I don't know how to translate GLSL file to LLVM .bc file?Your program have this function?
The text was updated successfully, but these errors were encountered: