[PATCH] D106139: [AMDGPU] Combine srl of add that intends to get the carry of the add as addcarry
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 16 06:08:34 PDT 2021
foad added a comment.
This seems like a target-independent optimization that InstCombine could do on IR, using the uadd_with_overflow intrinsic.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106139/new/
https://reviews.llvm.org/D106139
More information about the llvm-commits
mailing list