[PATCH] D27781: [X86] Fold (setcc (cmp (atomic_load_add x, -C) C), COND) to (setcc (LADD x, -C), COND) (PR31367)

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 08:45:34 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL289955: [X86] Fold (setcc (cmp (atomic_load_add x, -C) C), COND) to (setcc (LADD x, -C)… (authored by hans).

Changed prior to commit:
  https://reviews.llvm.org/D27781?vs=81486&id=81760#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D27781

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/atomic-eflags-reuse.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27781.81760.patch
Type: text/x-patch
Size: 3899 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161216/27d8bd51/attachment.bin>


More information about the llvm-commits mailing list