This is an archive of the discontinued LLVM Phabricator instance.

[X86] Prefer locked stack op over mfence for seq_cst 64-bit stores on 32-bit targets
ClosedPublic

Authored by reames on May 13 2019, 10:07 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

reames created this revision.May 13 2019, 10:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 13 2019, 10:07 AM
reames updated this revision to Diff 199291.May 13 2019, 10:08 AM

Fix a stale comment.

craig.topper retitled this revision from Prefer locked stack op over mfence for seq_cst stores to [X86] Prefer locked stack op over mfence for seq_cst 64-bit stores on 32-bit targets.May 13 2019, 11:45 AM
craig.topper accepted this revision.May 13 2019, 11:54 AM

LGTM to me with one minor

lib/Target/X86/X86ISelLowering.cpp
26427 ↗(On Diff #199291)

Add a period to the end of this comment.

This revision is now accepted and ready to land.May 13 2019, 11:54 AM
This revision was automatically updated to reflect the committed changes.