search for: d10f0a0c

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

2014 Sep 30
2
[LLVMdev] Behaviour of NVPTX intrinsic
...ier intrinsic which will not allow the arithmetic instructions to move around it. Or else I will be reading the status of some other instruction. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140930/d10f0a0c/attachment.html>
2014 Sep 30
2
[LLVMdev] Behaviour of NVPTX intrinsic
I have written test.ll as below and ran 'opt' on it as " opt -std-compile-opts test.ll -S -o -" . But the output shows that there is code motion around the barrier intrinsics. test.ll ------- ; ModuleID = 'test.bc' define void @test(i16* %I_0, i16* %I_1, i16* %I_2, i16* %I_3, i16* %O_0) { entry: %T_0 = load volatile i16* %I_0 %T_1 = load volatile i16* %I_1 %T_2 =