This is an archive of the discontinued LLVM Phabricator instance.

[X86] Use lock add/sub/or/and/xor for cases that we only care about the EFLAGS (negated cases)
ClosedPublic

Authored by pengfei on Nov 21 2022, 6:15 AM.

Diff Detail

Event Timeline

pengfei created this revision.Nov 21 2022, 6:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 21 2022, 6:15 AM
pengfei requested review of this revision.Nov 21 2022, 6:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 21 2022, 6:15 AM
RKSimon added inline comments.Nov 21 2022, 6:22 AM
llvm/test/CodeGen/X86/pr58685.ll
238

please can you pre-commit these

pengfei updated this revision to Diff 476899.Nov 21 2022, 7:38 AM
pengfei marked an inline comment as done.

Pre-commit tests.

This revision is now accepted and ready to land.Nov 22 2022, 10:22 AM
This revision was landed with ongoing or failed builds.Nov 22 2022, 5:39 PM
This revision was automatically updated to reflect the committed changes.