[PATCH] D31525: InstSimplify: Add a hook for shufflevector

Zvi Rackover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 2 04:00:10 PDT 2017


zvi updated this revision to Diff 93775.
zvi edited the summary of this revision.
zvi added a comment.

Backing out of the undef mask simpflication which as per pr32486 is probably wrong. Replaced with a different simplification to show the hook is firing.


Repository:
  rL LLVM

https://reviews.llvm.org/D31525

Files:
  include/llvm/Analysis/ConstantFolding.h
  include/llvm/Analysis/InstructionSimplify.h
  lib/Analysis/InstructionSimplify.cpp
  test/Transforms/InstSimplify/shufflevector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31525.93775.patch
Type: text/x-patch
Size: 7093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170402/c6f61c6c/attachment.bin>


More information about the llvm-commits mailing list