Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(LLVM) Bug with print #20

Closed
hyviquel opened this issue Dec 17, 2012 · 2 comments
Closed

(LLVM) Bug with print #20

hyviquel opened this issue Dec 17, 2012 · 2 comments
Assignees
Labels
Milestone

Comments

@hyviquel
Copy link
Contributor

There is an error in the generated code of IT_Splitter due to the multiple use of the same state variable in a print. For example, the following code:

println("Test = " + sizeOfTU + ", " + sizeOfTU)

Will generate the following compilation error

[ 58%] Building LLVM object HevcDecoder_xIT_IT_Splitter.ll.o
/home/hyviquel/Workspaces/experimental/rvc/llvm/src/HevcDecoder_xIT_IT_Splitter.ll:564:2: error: multiple definition of local value named 'sizeOfTU_32_1'
[ 60%]         %sizeOfTU_32_1 = zext i8 %sizeOfTU_1 to i32
        ^
1 error generated.
@ghost ghost assigned hyviquel Dec 17, 2012
@alorence
Copy link
Contributor

alorence commented Jun 5, 2013

This issue should be fixed for some month. See this line. We probably could close the ticket

@hyviquel
Copy link
Contributor Author

hyviquel commented Jun 5, 2013

Agree =)

@hyviquel hyviquel closed this as completed Jun 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants