search for: tag_on

Displaying 1 result from an estimated 1 matches for "tag_on".

Did you mean: tag_op
2008 Jan 22
0
[LLVMdev] [llvm-commits] a question about type conversion propagation and elimination
...the correct target data string though. For example, if I add the datalayout string for x86-32 darwin: target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32- i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64- f80:128:128" Instcombine produces: define i8* @tag_on(i8* %ptr, i8* %end, i8 %tag) { Entry: icmp ugt i8* %end, %ptr ; <i1>:0 [#uses=1] br i1 %0, label %B1, label %B2 B1: ; preds = %Entry store i8 1, i8* %ptr %ctg2 = getelementptr i8* %ptr, i32 1 ; <i8*> [#uses=1] br label %B2 B2: ; preds = %B1, %Entry %eax.0.in = phi i8* [ %ctg...