[PATCH] D35182: [InstCombine] remove one-use restriction for not (cmp P, A, B) --> cmp P', A, B
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 1 16:10:07 PDT 2017
craig.topper added a comment.
That's not really the IR for that C code is it. The C code has two global variables and the IR has two arguments.
https://reviews.llvm.org/D35182
More information about the llvm-commits
mailing list