search for: xyzpass

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

Did you mean: bypass
2012 Nov 16
1
[LLVMdev] optimizer problem, possibly involving instcombine
Hi all, Continuing to enjoy LLVM. I'm seeing something strange with the simple function "f(a,b) = (a+b == b+a)", which before optimization passes has the following LLVM code: define i1 @f(i64, i64) { top: %a = alloca i64, !dbg !5697 %b = alloca i64, !dbg !5697 store i64 %0, i64* %a, !dbg !5697 store i64 %1, i64* %b, !dbg !5697 %2 = load i64* %a, !dbg !5704 %3 = load