[PATCH] D65046: [InstCombine] Fold "x ?% y ==/!= 0" to "x & (y-1) ==/!= 0" iff y is power-of-two
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 22 13:41:30 PDT 2019
xbolva00 added a comment.
Seems fine.
@spatel ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65046/new/
https://reviews.llvm.org/D65046
More information about the llvm-commits
mailing list