[PATCH] D37141: [x86] Flesh out the custom ISel for RMW aritmetic ops with used flags to cover the bitwise operators.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 05:56:50 PDT 2017


chandlerc created this revision.
Herald added subscribers: mcrosier, sanjoy.

Nothing really exciting here, this just stamps out the rest of the core
operations that can RMW memory and set flags.

Still not implemented here: ADC, SBB. Those will require more
interesting logic to channel the flags *in*.

Depends on https://reviews.llvm.org/D37139.


https://reviews.llvm.org/D37141

Files:
  lib/Target/X86/X86ISelDAGToDAG.cpp
  test/CodeGen/X86/fold-rmw-ops.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37141.112684.patch
Type: text/x-patch
Size: 50424 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170825/701e27fb/attachment-0001.bin>


More information about the llvm-commits mailing list