[PATCH] D142519: [KnownBits] Add blsi and blsmsk
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 24 17:21:40 PST 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/Support/KnownBits.cpp:639
+
+// TODO: Its possible for use to have more information on `XMinusC` than `X` (if
+// there is an assume or branch on `X-C` for example). The logic could be more
----------------
Its -> It's
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142519/new/
https://reviews.llvm.org/D142519
More information about the llvm-commits
mailing list