[PATCH] D111036: [GlobalISel] Combine G_UMULH x, (1 << c)) -> x >> (bitwidth - c)
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 7 23:55:03 PDT 2021
aemerson added a comment.
Oops sorry about that, I didn't realize this was already on my branch when I committed 72ce310bf0de <https://reviews.llvm.org/rG72ce310bf0deceea6929eebbfc0d65e799d86ad9> so this went in by mistake.
Since it's already gone through a round of review I'll leave it in and update with post-review comments or revert if requested.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111036/new/
https://reviews.llvm.org/D111036
More information about the llvm-commits
mailing list