[PATCH] D88429: [InstCombine] visitTrunc - trunc (*shr (trunc A), C) --> trunc(*shr A, C)
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 09:43:04 PDT 2020
RKSimon updated this revision to Diff 295021.
RKSimon added a comment.
Fix MaxShiftAmt value
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88429/new/
https://reviews.llvm.org/D88429
Files:
llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
llvm/test/Transforms/InstCombine/trunc-shift-trunc.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88429.295021.patch
Type: text/x-patch
Size: 6213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200929/53e43f8a/attachment.bin>
More information about the llvm-commits
mailing list