[PATCH] D40554: [PowerPC] Fix bugs in sign-/zero-extension elimination

Hiroshi Inoue via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 06:46:58 PST 2018


inouehrs updated this revision to Diff 133414.
inouehrs marked 3 inline comments as done.
inouehrs added a comment.

- changed the return value of `isSignOrZeroExtended` to `std::pair<bool, bool>`


https://reviews.llvm.org/D40554

Files:
  lib/Target/PowerPC/PPCInstrInfo.cpp
  lib/Target/PowerPC/PPCInstrInfo.h
  lib/Target/PowerPC/PPCMIPeephole.cpp
  test/CodeGen/PowerPC/sext_elimination.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40554.133414.patch
Type: text/x-patch
Size: 25320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180208/694811a2/attachment.bin>


More information about the llvm-commits mailing list