[PATCH] D53033: [InstCombine] Demand bits of UMAX
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 10 14:25:22 PDT 2018
spatel added inline comments.
================
Comment at: lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp:323
+ // The lowest non-zero bit of DemandMask is higher than the highest
+ // non-zero bit of C
+ const APInt *C;
----------------
Add period at end of sentence.
https://reviews.llvm.org/D53033
More information about the llvm-commits
mailing list