[PATCH] D88475: [InstCombine] visitTrunc - trunc (lshr (sext A), C) --> (ashr A, C) non-uniform support
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 05:33:51 PDT 2020
RKSimon added a comment.
Your patch breaks the trunc_lshr_sext_wide_input test resulting in this fail: https://alive2.llvm.org/ce/z/VmcSVq
If you don't mind I'd prefer to use my existing version instead of getting waylaid on this
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