[PATCH] D136753: [DemandedBits] Add Div instruction to DetermineLiveOperandBits
Tim Northover via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 8 11:00:21 PST 2022
t.p.northover added a comment.
I don't think this is how division works. It mixes bits up far more than add/sub/mul for which a bit in the input can only affect equal or lower ones in the output.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136753/new/
https://reviews.llvm.org/D136753
More information about the llvm-commits
mailing list