[PATCH] D37514: [PowerPC] support ZERO_EXTEND in tryBitPermutation

Hiroshi Inoue via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 29 00:33:41 PDT 2017


inouehrs updated this revision to Diff 117096.
inouehrs edited the summary of this revision.
inouehrs added a comment.

@hfinkel Thank you so much for the suggestion. I reimplemented the patch based on your suggestion and I hope this implementation is cleaner than the previous one.
So far, the patch supporting only i32 to i64 zero-entensions. I will support other conversions such as i1 case if I found common patterns.


https://reviews.llvm.org/D37514

Files:
  lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  test/CodeGen/PowerPC/zext-bitperm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37514.117096.patch
Type: text/x-patch
Size: 8965 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170929/abf15b51/attachment.bin>


More information about the llvm-commits mailing list