https://bugs.llvm.org/show_bug.cgi?id=38771

            Bug ID: 38771
           Summary: X86TargetLowering::EmitTest - AND node isn't
                    canonicalized
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
          Assignee: unassignedb...@nondot.org
          Reporter: llvm-...@redking.me.uk
                CC: craig.top...@gmail.com, llvm-bugs@lists.llvm.org,
                    spatel+l...@rotateright.com

Reduced from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10107

define void @function() nounwind {
entry:
  %B68 = sub i96 39614081257132168796771975167, 281474976710656
  %B49 = or i96 39614081257132168796771975167, 39614081257132168796771975167
  %B33 = lshr i96 %B68, %B68
  store i96 %B33, i96* undef
  ret void
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to