[PATCH] D37045: [x86] NFC - Refactor the custom lowering of `(load; op; store)` RMW sequences.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 18:48:39 PDT 2017


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

This extracts the code out of a giant switch in preparation for expanding it to
handle operations other thin `inc` and `dec`. Add a FIXME indicating what's
coming here.


https://reviews.llvm.org/D37045

Files:
  lib/Target/X86/X86ISelDAGToDAG.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37045.112279.patch
Type: text/x-patch
Size: 5254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170823/e5a272f7/attachment.bin>


More information about the llvm-commits mailing list