[PATCH] D23359: [x86] X86ISelLowering zext(add_nuw(x, C)) --> add(zext(x), C_zext)

Artur Pilipenko via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 12 09:16:27 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL278520: [x86] X86ISelLowering zext(add_nuw(x, C)) --> add(zext(x), C_zext) (authored by apilipenko).

Changed prior to commit:
  https://reviews.llvm.org/D23359?vs=67539&id=67845#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D23359

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/add-ext.ll
  llvm/trunk/test/CodeGen/X86/add-nsw-sext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23359.67845.patch
Type: text/x-patch
Size: 14746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160812/10940bd3/attachment.bin>


More information about the llvm-commits mailing list