search for: inst_store2

Displaying 2 results from an estimated 2 matches for "inst_store2".

2011 Feb 21
2
[LLVMdev] Questions about LLVM IR encoding
...e several tests as the document suggests, but I conclude with nothing helpful to my work. The result of my experiment is attached. It is a simple add program, and from the bc file generated by llvm-bcanalyzer I cannot relate it to the original IR. For example, the expressions of <INST_STORE2 op0=6 op1=1 op2=3 op3=0/> <INST_STORE2 op0=5 op1=3 op2=3 op3=0/> actually represent those of store i32 1, i32* %a, align 4 store i32 2, i32* %b, align 4 in the .ll file. Despite the explicit opcode matches in the two forms, I am confused of the information of op0, o...
2011 Feb 21
0
[LLVMdev] Questions about LLVM IR encoding
...e several tests as the document suggests, but I conclude with nothing helpful to my work. The result of my experiment is attached. It is a simple add program, and from the bc file generated by llvm-bcanalyzer I cannot relate it to the original IR. For example, the expressions of <INST_STORE2 op0=6 op1=1 op2=3 op3=0/> <INST_STORE2 op0=5 op1=3 op2=3 op3=0/> actually represent those of store i32 1, i32* %a, align 4 store i32 2, i32* %b, align 4 in the .ll file. Despite the explicit opcode matches in the two forms, I am confused of the information of op0, o...