[PATCH] D22076: GVN: If X > Y is true, then replace X == Y with false and X != Y with true
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 29 11:30:40 PDT 2016
eli.friedman added a comment.
Yes, create a function for it. And in general, assume the answer to "should I create a function for this" is yes.
https://reviews.llvm.org/D22076
More information about the llvm-commits
mailing list