[LLVMdev] data dependency and fully loop unrolling

Cheng Liu st.liucheng at gmail.com
Thu May 24 04:07:33 PDT 2012


Hi, all

When I have a loop unrolled, in the loop body, the same element of the 
array may be accessed multiple times.
I see there are then load and store instructions and I can no longer 
trace the data dependency directly by comparing
the operands. So I am writing to see if anyone has done this or any 
methods in llvm that may help?

Best regards,

-- 
Cheng Liu
PhD Candidate
Department of Electrical and Electronic Engineering
The University of Hong Kong




More information about the llvm-dev mailing list