[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 10:29:50 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG0cf48a70651c: [InstCombine] visitTrunc - trunc (*shr (trunc A), C) --> trunc(*shr A, C) (authored by RKSimon).

Changed prior to commit:
  https://reviews.llvm.org/D88429?vs=295021&id=295037#toc

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.295037.patch
Type: text/x-patch
Size: 6499 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200929/6a40e7a7/attachment.bin>


More information about the llvm-commits mailing list