Displaying 2 results from an estimated 2 matches for "_z12move_one_altpij".
2017 Jun 22
2
A bug in DependenceAnalysis?
...%13*
*; <label>:13: ; preds = %6*
* %14 = add i32 %.0, 1*
* br label %3*
*; <label>:15: ; preds = %3*
* ret void*
*}*
Here's the .ll code for example B:
*; Function Attrs: nounwind uwtable*
*define void @_Z12move_one_altPij(i32*, i32) #3 {*
* %3 = getelementptr inbounds i32, i32* %0, i64 1*
* br label %4*
*; <label>:4: ; preds = %13, %2*
* %.0 = phi i32 [ 0, %2 ], [ %14, %13 ]*
* %5 = sub i32 %1, 1*
* %6 = icmp ult i32 %.0, %5*
* br i1 %6, label %7, label %15*
*; <...
2017 Jun 21
2
A bug in DependenceAnalysis?
Hi Philip,
Thanks for checking!
I'm running my own Foo pass that registers DependenceAnalysisWrapperPass as
a prerequisite and then I run it like so:
opt -load libfoo.so -foo example.bc
This is LLVM 3.9.
Cheers,
- Stan
On Wed, Jun 21, 2017 at 5:40 PM, Philip Pfaffe <philip.pfaffe at gmail.com>
wrote:
> Hi Stan,
>
> in both cases I get a consistent anti result. Can you