[PATCH] D108201: [AggressiveInstCombine] Add logical shift right instr to `TruncInstCombine` DAG
Anton Afanasyev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 17 07:41:37 PDT 2021
anton-afanasyev added a comment.
> We don't actually need *all* the high bits to be zeros,
> only the ones that would be potentially shifted-in,
Sure, that's why it's only sufficient condition, not necessary one. Hope it's the most common case in real life.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108201/new/
https://reviews.llvm.org/D108201
More information about the llvm-commits
mailing list