http://llvm.org/bugs/show_bug.cgi?id=20194

Benjamin Kramer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #1 from Benjamin Kramer <[email protected]> ---
With r212331 we get this down to

define i32 @main() #0 {
  %1 = load i8* @min, align 1, !tbaa !1
  %2 = sext i8 %1 to i32
  %3 = shl nsw i32 %2, 1
  ret i32 %3
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to