[PATCH] D113291: [AggressiveInstCombine] Lower Table Based CTTZ
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 28 11:35:33 PDT 2022
craig.topper added inline comments.
================
Comment at: llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp:485
+
+ APInt Mask = APInt::getBitsSetFrom(InputBits , Shift);
+ unsigned Matched = 0;
----------------
extra space before comma. Looks like I mistyped it in my comment. Sorry.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113291/new/
https://reviews.llvm.org/D113291
More information about the llvm-commits
mailing list