https://bugs.llvm.org/show_bug.cgi?id=37569
Simon Pilgrim <llvm-...@redking.me.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|new bugs |Common Code Generator Code
Fixed By Commit(s)| |335717, 335719
Status|NEW |RESOLVED
Resolution|--- |FIXED
Product|new-bugs |libraries
--- Comment #1 from Simon Pilgrim <llvm-...@redking.me.uk> ---
rL335717 fixed the issue by preventing the combine.
rL335719 improved scalar/vector codegen by folding:
SDIV(X, MIN_SIGNED) -> SELECT(X == MIN_SIGNED, 1, 0)
--
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