[PATCH] D88475: [InstCombine] visitTrunc - trunc (lshr (sext A), C) --> (ashr A, C) non-uniform support
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 06:25:31 PDT 2020
lebedev.ri added a comment.
Note: here we also should be preserving `exact`ness of the right-shift..
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88475/new/
https://reviews.llvm.org/D88475
More information about the llvm-commits
mailing list