[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 07:01:30 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG14ff38e235c4: [InstCombine] visitTrunc - trunc (lshr (sext A), C) --> (ashr A, C) non-uniform… (authored by RKSimon).

Changed prior to commit:
  https://reviews.llvm.org/D88475?vs=294920&id=294972#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88475/new/

https://reviews.llvm.org/D88475

Files:
  llvm/include/llvm/IR/Constants.h
  llvm/lib/IR/Constants.cpp
  llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
  llvm/test/Transforms/InstCombine/cast.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88475.294972.patch
Type: text/x-patch
Size: 4939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200929/6fb2515f/attachment.bin>


More information about the llvm-commits mailing list