This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by chandlerc on Aug 22 2017, 6:48 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM