[PATCH] D50636: [DAGCombiner] Add X / X -> 1 & X % X -> 0 folds.
Jonas Paulsson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 13 08:22:44 PDT 2018
jonpa added a comment.
Not sure if I'm doing something wrong (I use git and tried first patch -p0, and then also with dos2unix, but then that didn't work so I had to write the patch manually although just a few lines...)
This did not give any change at all on benchmarks on SystemZ (NFC), and the SystemZ test succeeds with or without the patch...?
Repository:
rL LLVM
https://reviews.llvm.org/D50636
More information about the llvm-commits
mailing list