[PATCH] D47883: [InstSimplify] shl nuw C, %x -> C iff signbit is set on C.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 7 13:08:08 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL334222: [InstSimplify] shl nuw C, %x -> C iff signbit is set on C. (authored by lebedevri, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D47883?vs=150351&id=150395#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D47883

Files:
  llvm/trunk/lib/Analysis/InstructionSimplify.cpp
  llvm/trunk/test/Transforms/InstCombine/set-lowbits-mask-canonicalize.ll
  llvm/trunk/test/Transforms/InstSimplify/constantfold-shl-nuw-C-to-C.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47883.150395.patch
Type: text/x-patch
Size: 5929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180607/b4683854/attachment.bin>


More information about the llvm-commits mailing list