[PATCH] D150921: [KnownBits] Cleanup some misspelling / logic in {u,s}div

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 1 12:35:19 PDT 2023


nikic added inline comments.


================
Comment at: llvm/lib/Support/KnownBits.cpp:838
     if (Known.hasConflict())
       Known.setAllZero();
   }
----------------
I expect either this check should be dropped, or we don't need the clearBits above.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150921/new/

https://reviews.llvm.org/D150921



More information about the llvm-commits mailing list