[PATCH] D124839: [DAG] Enable ISD::SHL SimplifyMultipleUseDemandedBits handling
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 13 02:28:39 PDT 2022
foad added a comment.
I'm confused because the description says SimplifyMultipleUseDemandedBits but the patch changes SimplifyDemandedBits and I don't know how they relate.
Having said that, the actual patch makes sense to me and the AMDGPU changes are fine and save a few instructions overall.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124839/new/
https://reviews.llvm.org/D124839
More information about the llvm-commits
mailing list