[PATCH] D71312: [InstCombine] Fold X / abs(X) to X < 0 ? -1 : 1

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 16:46:12 PST 2019


xbolva00 added a comment.

Yeah, thanks. Alive proof:

https://rise4fun.com/Alive/9CR


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71312/new/

https://reviews.llvm.org/D71312





More information about the llvm-commits mailing list